I'm going to start recording my work on my second WDI project! Really excited to start my first Ruby on Rails app.
Name: Urban Ephemera
This app will allow the user to locate and review indie bookstores and record stores. The data points will come from users. In the future, the app can be expanded to include coffehouses, art house movie theaters, used clothing stores, etc.
Features (in order of implementation):
1. Log in and password verification
2. Drop down menu that filters results
3. Type in your location and bring up map with stores.
4. Type in a store name and bring up map with store's location.
5. Click on a store's marker once and get a little box with the store's name, speciality, and rating.
6. Dbl click on a store's marker and get a page with a store's name, rating (incuding number of reviews), contact info, store speciality, and photo. Underneath this info will be a list of reviews.
7. Click on the Review button on the first page and bring up a form where the user can type in a store's name, contact info, speciality, and review of the store. The user can upload a photo as well.
Here is what I have accomplished today.
Front End:
Downloaded, optimized, and resized photos. Worked on the mockup for the index page. Been testing the page on the iOS simulator. Might want to add a header to the page.
To do:
- mockups of other pages (map, page of reviews of a store, submit review page)
- figure out how to test my web app using my iPhone C
- maybe resize to 320? Right now the index page is bigger than the iPhone screen.
Back End:
Started implementing models, controllers, and views for the User and Review classes.
To do:
- Implement models, controllers, and views for the Store class.
- Figure out how to set the number_reviews field in User by looking at the number of reviews that user created.