GithubHelp home page GithubHelp logo

codeforbaltimore / civicideahub Goto Github PK

View Code? Open in Web Editor NEW
14.0 14.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 Introduction

Code for Baltimore Website

One home for everything needed to learn or get involved with Baltimore's chapter of Code for America

Documentation

For more information about this project and how we're building it please see the docs folder

Setup

If you want to build the website locally, fork the https://github.com/CodeForBaltimore/codeforbaltimore.github.io repo to your own account and then git clone your repo to your local machine. Once it is installed locally you can make any changes in your text editor of choice, git push up to Github and open a pull request. onto the master branch of our repo.

Ruby on Windows

To run on Windows you must first have Ruby installed. You can install Ruby using Chocolatey using the command below, or download the Ruby Installer.

choco install ruby

Alternatively you can install Jekyll using the Linux Subsystem.

Setup Jekyll

Once Ruby is installed you will need to install Jekyll and bundler

gem install jekyll bundler

Note you may need to download and install MSYS2.

You can run the site locally by running

jekyll serve

or

bundle exec jekyll serve

Sources and Links

Based on civictechdc/codefordc.github.com#217

Created a signed request at https://secure.meetup.com/meetup_api/console/?path=/:urlname/events

Built with Github Pages using Jekyll

civicideahub's People

Contributors

djarrin avatar hm14 avatar jwesleye avatar kaladaopuiyo avatar lbarsotti avatar nickshater avatar sastrakhan avatar themightychris avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

civicideahub's Issues

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

Expanded Entry view

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

This includes comments.

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.

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.

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 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:""
}

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.