Skip to content
Gerardo Bonilla Jr edited this page Sep 26, 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

Backpack

  • Each new user has a empty backpack on login/sign up
  • each user can see their backpack. their backpack will have all the study items they make and save
  • users can update their backpack by adding or updating study items
  • users can delete individual items in their backpack

Courses will just be a category for the flash cards not a whole feature

Flash cards

  • users can create a new set of flash cards
  • users can see their flash cards and flash cards others made
  • users can update and change flash cards they've made
  • users can delete flash cards they've made

Flash card images

  • users can add images to their flash cards
  • users can update the image on a flash card
  • users can see the flash cards with the image on it
  • users can remove images off of a flash card without deleting the whole card

Study Guides

  • users can make a new study guide that is pretty much just pages * this is interesting
  • users can update the study guide as they like
  • users can see their study guides
  • users can delete study guides they make

study guide images seems crazy because we have to worry about the placement

extra

AWS:

  • host images of products

search:

  • search and view search results

css ideas

  • nav bar
    • categories nav bar
    • user profile access
    • light purple theme
Clone this wiki locally