artsy / team-navigator

An internal HR product for Artsy's team
https://team.artsy.net
MIT License
62 stars 19 forks source link

@orta: Ditch sub-app pattern #58

Closed craigspaeth closed 8 years ago

craigspaeth commented 8 years ago

This ditches the sub-app pattern which is just going to be more confusing than useful in a project this small in scope. This was as simple as moving the sub app up to the root directory b/c these sub apps are designed to be able to run independently. Now the directory structure resembles a Rails project more with a single /app directory that has /controllers /models /views etc.

Also fixed a place where we needed to use Garamond. Oooaky bundle install finished, back to real work.

image

orta commented 8 years ago

👍