Skip to content

MVP Feature List

Walter Hills edited this page Jan 28, 2021 · 5 revisions

Minimum Viable Product Feature List Website Outline: https://imgur.com/a/JHfqbAE

Code Hunt

1. Hosting on Heroku

  • Hosted on a live link

2. New account creation, login, and guest/demo login

  • Users can sign up, sign in, log out
  • Users can use a demo login to try the site
  • Users can't use certain features without logging in (creating and viewing Tasks)

3. Products

  • at top of all pages, navbar with link to home, searchbar, Programming language category select, post, profile
  • display links to video pages
  • renders all links at first
  • filters links specified by either category or search
  • each link to product redirects to template page filled in with variable info
  • on page, has description, link to video, comments, tag for programming language

4. Profile Page

  • Logged in users can add links
  • Logged in users have profile page with Name, bio, id, username, posted links

5. Product Discussion

  • Comment section on each link page

6. Search (Users or Products

  • Home page filtered by either search bar or category select

7. (Bonus) Collections

8. (Bonus) Upvotes and Tags

Conceptual implementation: Landing page with login / create account / demo user login Home Page w/ Navbar that has CodeHunt logo that re-renders page without filters / redirects to home page from profile. Search bar that filters links found on this page, Category Select dropdown Programming languages to filter links by, Post link that redirects to page w/ form to create new link page, Profile link that links to profile with name, bio, id, username, and posted links each link will link to its own page following a template, on that page it has description, link, and comment section