|
|
Line 88: |
Line 88: |
| = Site banner/identity = | | = Site banner/identity = |
| Can we just have one banner for the whole site, instead of the silly app-spefic banner? I've seen the app specific one on [http://142.204.140.147:8080/shaver/search-results-html/ the mockups] and it gives me nightmares. Splitting the site by app causes problems when we want to add new apps, and search doesn't work properly, and we want to get the app parameter out of urls because it's silly, but then how do you say "hey check out this great thunderbird theme" and link your friend to it? I think it's a bad idea overall. [[User:Cameron|Cameron]] 09:51, 22 August 2006 (PDT) | | Can we just have one banner for the whole site, instead of the silly app-spefic banner? I've seen the app specific one on [http://142.204.140.147:8080/shaver/search-results-html/ the mockups] and it gives me nightmares. Splitting the site by app causes problems when we want to add new apps, and search doesn't work properly, and we want to get the app parameter out of urls because it's silly, but then how do you say "hey check out this great thunderbird theme" and link your friend to it? I think it's a bad idea overall. [[User:Cameron|Cameron]] 09:51, 22 August 2006 (PDT) |
|
| |
| = URLs =
| |
| I want to get rid of all the cruft. I don't want to see a single .php anywhere. Atm we have faq.php, support.php, etc. etc.
| |
|
| |
| I want
| |
| /addon/1234
| |
| /addon/1234/previews
| |
| /author/321
| |
| /developer
| |
| /developer/myaddons
| |
| /developer/myaddons/new
| |
| /developer/myaddons/update
| |
| /admin/usermanager
| |
| /admin/appmanager
| |
| etc. etc.
| |
|
| |
| (they're just ideas for the urls btw) [[User:Cameron|Cameron]]
| |
|
| |
| :With cake, it's pretty much guaranteed you won't see .php anywhere. Also, because of the models, there will be very very few pages that aren't associated with a table. For adding/updating/managing addons, the url will be addons/add or addons/manage. The only thing in /developers will be a listing of your addons with links to the other models. For admin stuff, it will be a page with links to the administrative things for the various tables, like tags/manage. Obviously, this will all be controlled with cake's ACL so not anyone can access these features. [[User:Fligtar|Fligtar]] 18:46, 22 August 2006 (PDT)
| |
|
| |
| : I think that /addon/addon-name/ or even /addon/1234-addon-name/ is better than /addon/1234/ /author/321-john/ or /author/john/ is also better than /auhor/321/ [[User:Tbassetto|Tbassetto]] 01:14, 23 August 2006 (PDT)
| |
|
| |
| :: Sure, but I think we've been through this before and it creates problems if the add-on's name changes... Since it's all done through .htaccess anyway I suppose it could just match both the addon's current name and it's old name/s with the ID, if we added old add-on name info to the db... that's ugly though. - Cameron
| |
|
| |
| :: Yeah, it's not practical, especially in the presence of names containing non-ASCII characters. [[User:Shaver|Shaver]] 11:30, 30 August 2006 (PDT)
| |
|
| |
|
| = User accounts = | | = User accounts = |