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

Backpack

  • Each new user has a empty backpack on login/sign up
  • each user can see their backpack
  • users can update their backpack by adding or updating study items
  • users can delete individual items in their backpack

Courses

  • users can create a new course and input new study materials in it
  • users can see courses made by other users and favorite
  • users can update and change courses that they made
  • users can delete courses that they made

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