/planes and /clubs or /wiki/planes and /wiki/clubs
Posted
by
Jelmer
on Programmers
See other posts from Programmers
or by Jelmer
Published on 2012-11-04T12:55:34Z
Indexed on
2012/11/04
17:16 UTC
Read the original article
Hit count: 595
user-experience
I am currently working on a nice application about which I can't share all the details, but it will have some sort of a wiki part.
In this wiki, you will be able to change the planes as well as the clubs, maybe in the future it will be possible to change the countries and manufacturers as well. But I have to think about this and I have to check how good this is. But, you will understand that it has to be expendable! That is really important.
- Use the
planescontroller with a edit page and the same for theclubs - Route the
planesandclubscontroller to thewikicontroller, so we have 1 nice "path" to edit this stuff.
I want to have it called wiki that is for sure. Because that is what it is, but I am storing the planes and clubs data in its down table in my database. I think that is kinda obvious since it has to be maintainable.
Right now you could edit a plane via the url: example.com/wiki/planes/edit/Duo_Discus.html
Do you think that is better than example.com/planes/edit/Duo_Discus.html since it is easy to understand for the user, that he is working in the wiki instead of in the planes ? Or do you think this will break the user experience?
© Programmers or respective owner