Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 691 Bytes

plan.md

File metadata and controls

32 lines (25 loc) · 691 Bytes

MVP:

  • Resources:
    • stored in a database
    • provided by users (bootcampers)
  • sort by:
    • categories / topics
    • times
    • type of resource (video/blog)


Backend Functionality:

  • Rest API to interact with (Heroku DB)
    • post new resources
    • get resources
    • patch/put resources
    • delete (?) resources

Frontend:

  • search categories (drop down / option)

  • filter option (time/type of resource)

  • add resources (required fields to submit)

    → topic/category, link, time estimation (if something is not filled out, submit button disabled; time/categories drop-down)

❗ create wireframe(s)


Future Goals:

  • add new categories