GithubHelp home page GithubHelp logo

codeforbaltimore / civicideahub Goto Github PK

View Code? Open in Web Editor NEW
14.0 24.0 5.0 1.05 MB

Project to create a portal for gathering civic hacking ideas.

License: MIT License

JavaScript 93.23% HTML 2.12% CSS 4.65%

civicideahub's Issues

Idea Status Icon and Sort/Filtering

Each idea needs metadata to capture the current status:

  • new
  • in progress
  • testing
  • live
  • archived
  • hot
  • promising

This will be represented as an icon or label.

Expanded Entry view

Add functionality to view detailed view of a card based on being active.

This includes comments.

Create form for new idea

Initial Form needs to have at a minimum:

  • User Name diplayed loaded from app store (from login) (id used for post)
  • Idea title as text input from user
  • Description of the problem needing to be addressed as text block input from user
  • Description of the solution proposed as text block input from user

This should include validation (all 3 fields being required and likely some minimum length).

This data should be posted to "submitNewEntry" in NewEntry.action.js as an object like:

{
userid:"",
title:"",
problemDescription:"",
solutionIdea:""
}

There's no react skeleton

It would be nice to have a directory structure w/ all the components/store things, whatnot, which contributors could fill in piece by piece (maybe cargo-culting from existing pieces)

Create mock utility API services for connecting to Mongo

Create mock utility services for connecting to ElasticSearch and functions to add them as routes in the base express server.

need rest post routes for:
submit new entry
submit like
submit coder like
fetch current entries by keyword, wildcard (*), etc

Create login functions

Need to add passport to the express server and integrate social media (true name) based logins.

Initially login via Oauth from Facebook or Twitter.

schema

Is there a listing of the types? Where is the persistence code?

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.