Skip to content
Gerardo Bonilla Jr edited this page Sep 20, 2024 · 10 revisions

Welcome to the capstone_backpack wiki!

Capstone Project Plan

project title: Backpack

recommended daily planning schedule

Day Tasks to Work On Design Docs Due
Monday Select Project, Feature List What site to clone
Tuesday Feature List, DB Schema Feature List
Wednesday DB Schema, User Stories DB Schema
Thursday User Stories, Wire Frames (if your site is original)Set up Scrum Board (GitHub Projects) User Stories
Friday Release & Review Project Starter Scrum Board

project ideas

  • E-commerce site

project features

Full-stack projects will be evaluated against the following "Minimal Viable Product" features.

  • New account creation, login, and guest/demo login
  • A production README file for your GitHub repository containing:
    • Brief explanation of what the app is and does
    • Link to live site
    • Discussion of technologies used
    • Discussion of two features that show off the team's technical abilities
    • Discussion of both challenges faced and the way the team solved them
    • Code snippets to highlight the best code
  • Hosting on Render.com
  • For four features:
    • 2 features must be full CRUD, the other 2 features can be partial CRUD
    • Adequate styling
    • Smooth, bug-free navigation
    • Adequate and appropriate seed data to demonstrate the feature

In order for this to be considered complete, you must have the first three criteria completed. In addition to that, you will also need to have four of your features demonstrating the checklist under item 4. After the following section is a list of required features if you decide to clone one of the sites from the list above.

feature list

cart:

  • a new instance of a cart is created upon a new user created
  • read/ see the users instance of the cart
  • add products from the cart and change the quantity of the cart
  • delete/ remove products if you change your mind, or on a purchase clear your cart

coffee:

  • make new products and put them up for sale
  • see products that you've made or that others have up for sale
  • update your product listing
  • delete your products

reviews: (not full crud)

  • create a new review on a product you've have
  • see reviews that others have made
  • delete a review that you've made on a product

favorites: (not full crud)

  • start a new group with your hand picked favorites
  • see that list in a new page
  • remove an item from your list

extra

AWS:

  • host images of products

search:

  • search and view search results

css ideas

  • nav bar
    • categories drop down menu
    • user profile access
    • cart
  • light brown background to match coffee theme?
Clone this wiki locally