Skip to content

Amheisern/BikeCheck

Repository files navigation

BikeCheck


title: Capstone Week One tags: ['capstone']

Capstone Week One

Here are the tasks you should focus on for Week 1, in approximately the order you should work on them:

  1. Use cases for your application
  2. Wireframes for the pages of your application.
  3. Static HTML and CSS mockups of the pages of your application.
  4. Entity Relationship Diagram of the data your application will need.
  5. Identify the main "list the things" page of your app.
  6. Generate the models to support that page.
  7. Generate the controller to support that page.
  8. Generate some "seed data" to use.
  9. Make a React component for the page of your app.
  10. Update that component to fetch data from your app.
  11. Implement any filtering/searching the page needs.

title: Capstone Week Two tags: ['capstone']

Capstone Week Two

Here are the types of work tasks you should be focusing on this week:

  1. Showing individual items (showing one recipe, one vacation, on taco restaurant)
  2. Creating records (creating a recipe, creating a vacation, creating a taco restaurant)
  3. Creating related records (creating a recipe step, creating a vacation budget item, creating a taco restaurant review)
  4. Refactoring our components to remove duplicated layout elements
  5. Adding Users to our application
  6. Deploying to production/hosting

title: Capstone Week Three tags: ['capstone']

Capstone Week Three

Here are the items you should be working on this week:

  1. Review, improve, finalize the look and feel of your application.
  2. Create a good README describing your project.
  3. Deploy your app to Heroku. Setup a vanity domain if you'd like, though this is NOT required.
  4. Configuring the application to restrict actions based on the user (e.g. only logged in users can create a review, etc.)
  5. Geolocating data (adding restaurants to a map)
  6. Uploading images (adding an image to the user's profile and to the restaurant)
  7. Other techniques your specific capstone may need