Git Product home page Git Product logo

votey-uppy's Introduction

votey-uppy

Check out the live working version!

Votey-uppy is an app to collect and vote on ideas.

The code is being developed in the open so follow along with the progress here!

Development

  1. Checkout the repo
  2. yarn to install node dependencies
  3. Start a MongoDB server
  4. Create your local environment file:
    1. cp .env.template .env.local
    2. Create a GitHub OAuth application
      1. Homepage URL: http://localhost:3000/
      2. Authorization callback URL: http://localhost:3000/api/auth/callback/github
    3. Fill in your GitHub ID and secret into your local environment file
  5. yarn dev to start the Next.js

Roadmap

Milestone 1

Milestone 2

  • Pull username from GitHub when user signs in
  • Make all forms of AddItemForm configurable
    • title, description, category
    • By default status is set to pending
  • Allow admin to view pending ideas
    • Create admin flag on User
    • Don't show pending in main feed
  • Create standalone Item page
  • Allow Admins to edit an existing Item
    • Able to promote pending items to open

Milestone 3

  • Revise Item design
  • Switch to Formik
  • Revise Add new Item form
  • Revise Edit Item Form
  • Revise Profile design
  • Revise About design
  • Add docs on Add New Item page telling users it's been added to the queue and will be evaluated before being accepted
  • Show pending items on user's profile page

Milestone 4

  • Let user edit their own Item while it's still 'pending'
  • Show the username of who created the Item in the item UI
  • Filter items by:
    • status
    • category
  • Make homepage sortable in asc/desc order by:
    • Votes
    • Created
  • Remove Admin page and replace with Pending support for admins on home page
  • Make description field take in Markdown and render as markdown
  • True mobile support
  • Upvoting on individual item page doesn't update count
  • Save the date of when an item moves status
    • Such that you can see when an item was submitted and when it was completed
  • Cleanup user._id and user.id usage

Milestone 5

  • Let admins set status when creating a new item
  • Let admin delete an item
  • Add pagination to list of Items
  • Support export to json functionality
  • Maybe support priority order of items within a list
  • Let user edit their profile details
    • Can change their username
    • Make sure their username change reflects in Item
  • Migrate to Typegoose

votey-uppy's People

Contributors

hswolff avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.