the-badger / badger

Gamification platform to motivate your team with badges, adventures & other cool stuff!
MIT License
80 stars 9 forks source link

XXXController should be renamed AdminXXXControllers #96

Open pierallard opened 8 years ago

pierallard commented 8 years ago

The "Game" controllers are used in routes like /admin/xxx/... This controllers should be renamed in AdminXXXControllers or be placed in a Admin folder, to be able to have a declaration of 2 Controllers managing same entities (one for admin, one for front).

skeleton commented 8 years ago

agree to have two folders to separate back & front to be able to merge gate & game bundles