Skip to content

maggienj/Megan

Repository files navigation

Technical architecture includes node.js , express framework along with ejs. Lodash.js is also being used.
Website is currently hosted in Microsoft Azure Portal with continuous integration on.

Url : http://affordable.azurewebsites.net

Fork this Megan Repository to start building on top of it

-- Megan rep --https://github.com/maggienj/Megan
-- Prince_housing --https://github.com/maggienj/Prince_housing
( this is a previous version v0.1... using node and angular )

To run Megan app follow these steps:

  1. Fork Megan Repository
  2. Open web app in Jetbrains IDE (or any preferred IDE)
  3. Run app

To run the Megan app using Atom as your preferred editor:

  1. Fork the Megan repository to your personal github account
  2. Clone your copy of the Megan repository to your dev machine
  3. Make sure you have npm installed on your machine
  4. Install 'express.js' by running npm install express -g inside the /Megan folder from a terminal.
  5. Also inside the /Megan folder, run npm install and npm install lodash --save
  6. In the same folder, run: node app.js
  7. Open a web browser to http://localhost:8080 and start coding!


** Affordable Housing Project ** > -- using the code for America template
https://docs.google.com/document/d/1KaApjflNS7NRHaEGEZGmotNzi27TqshKtoCn12L6I0g/edit?usp=sharing

** References **

Any references, data sources, articles, additional documents, etc.
https://github.com/maggienj/Prince_housing/blob/master/Outline_forDan.txt
https://github.com/maggienj/Prince_housing/blob/master/lookupData_info.txt
https://github.com/maggienj/Prince_housing/blob/master/nj-housing-incomelimits.pdf

** June 9 - 2016 ** Transformation of lookup data. From PDF to CSV to JSON - Done!

Use this latest uploaded JSON file. (lkpDataV3.json)
-- A section of the pdf file was transformed to CSV.
-- Then, the csv file has ben transformed to JSON.
-- In addition, the JSON file has been modified slightly to remove $ and commas.
-- This JSON file contains data relevant to Region-4 Mercer, Monmouth and Ocean. This is the only region which is applicable to affordable housing project. Therefore, only this region is inlcuded in JSON file.

Link to the latest JSON file-- https://github.com/maggienj/Prince_housing/blob/master/lkpDataV3.json

Converter Used : http://codebeautify.org/csv-to-xml-json

For the upcoming hackathon June 10 , 2016
-- Notes by MaggieNJ -- Jun 10 , 2016 ---
** the below link contains a nodejs web app which uses the above json file.
https://github.com/maggienj/Megan
It uses lodash to filter and query the above lookup data json file. The code for it is in app.js
The next step is to move that section of code to "qualify" page and set that as an action for submit button with few more modifications

** Next set of tasks are listed here. Keep updating the status as you complete each one of these tasks.

  • If multiple people working on this , then, distribute these steps to individuals for faster completion.
  • If not mulitples (solo), then execute these steps in the same order... The last step is to beautify it.
  • Fork this repository to your github repo and start working on each and every step
    -- Task#1 -- Move the section of code related to lodash and lookup data json parsing to "qualify" page.

------ Status -- as of Mar 3, 2017 - completed by Sunita.

-- Task#2 -- Get the submit button working in "qualify" page.
------ Status -- as of Mar 3, 2017 - completed by Sunita

-- Task#3 -- Instead of Zip code, add the county name in a pul down list. List only Mercer , Monmouth and Ocean county names.
------ Status --

-- Task#4 -- Add "Type" as an input field to "qualify page". Use drop down list. Values for the drop down list are, Median, Moderate, Low and Very Low. ( Currently, I have hard coded "Moderate" in app.js , remove this hard coding and accept it from the user directly)
------ Status --

-- Task#5 -- Once the submit button in "qualify page" is clicked, it should lookup the json file and output the result as "You are eligible for Affordable Housing in Princeton" or .......
------ Status --

Tasks for October 2017 Hackathon -- Task#6 -- affPDf folder has a few PDF forms.
Pick up any simple form in that folder and then start creating html forms similar to it.
Create fields in PDF form. Populate values from HTML to fields in PDF
Save pdf in a different folder ... megan/outputPDF

--

-- Task#99 -- Beautify the layout with bootsrap. Bootstrap css, js and fonts have been downloaded and placed in css, js and fonts directory. Use the Jumbotron wide template for responsive websites. The meta tag has been added to make it as a responsive website to show legibly in all devices. Continue on this and build this as a responsive website..

For the upcoming hackathon June 10 , 2016
-----------------------------------------
We need members to complete the above steps
We need members to prepare a ppt to explain about Aff Housing
We need members to present this ppt and the website on Sunday.

If you would like to take part in this AffHousing project, then let me know which task you would like to contribute on.

Other Resources: More Info is at http://www.princetonnj.gov/affordable/mercer-contacts.html

Application Form: http://www.princetonnj.gov/affordable/AffordableHousing_Application.pdf

Aug 27 update: We have received the pdf forms from Melissa, but they were scanned paper forms. We have requested for the actual digital pdf form so that we could create fields and auto populate the values form html form

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published