aboutsummaryrefslogtreecommitdiff
path: root/web
Commit message (Collapse)AuthorAge
* bug with liveupdates adding duplicate pointsfeat/34Kumar Damani2019-03-28
|
* saving status of point in db. loading only new or pending points in home pageKumar Damani2019-03-28
|
* Modified schema to include 'status' in mockpoints.js and points.js.Samarth Agarwal2019-03-28
|
* fixed packacge.json conflit, during merge of fix/25 with masterKumar Damani2019-03-28
|\
| * bring in the data folder inside the web folder as its a hard dependency for ↵fix/25Kumar Damani2019-03-26
| | | | | | | | the index.js, so heroku needs it
| * for both validationsKumar Damani2019-03-26
| |
| * changing error code to 422 for one of the validation conditionsKumar Damani2019-03-26
| |
| * fixed typoKumar Damani2019-03-25
| |
| * added data validation before inserting into dbKumar Damani2019-03-25
| |
* | Modified some CSS properties of buttons in point details sidebar.feat/30Samarth Agarwal2019-03-26
| |
* | Added semicolons to be consistent.Samarth Agarwal2019-03-26
| |
* | Commented out correct line in app.js to connect to database.Samarth Agarwal2019-03-26
| |
* | Update map.jsSamarth-Agarwal12019-03-26
| |
* | Finished front-end side of this feature.Samarth Agarwal2019-03-22
| |
* | Finished merge.Samarth Agarwal2019-03-21
|\|
| * fixing ui bugs. 1. side bar max height reduced to 500px. 2. fix for words ↵feat/32Kumar Damani2019-03-20
| | | | | | | | too long
| * fixed web typeKumar Damani2019-03-15
| |
| * code cleanupKumar Damani2019-03-15
| |
| * added FE web updates for displaying new form report. minor ui enchancementsKumar Damani2019-03-15
| |
| * updated mobile form, updated web schemas, and /mobilerequest handler. No ↵Kumar Damani2019-03-15
| | | | | | | | front end web changes yet
* | Saving changes before merge.Samarth Agarwal2019-03-21
|/
* added evn urls for prod, and mobileKumar Damani2019-03-14
|
* updated proddb configKumar Damani2019-03-13
|
* Merged feat/22.Samarth Agarwal2019-03-08
|\
| * Changed code so that the popup doesn't show up when the marker is clicked.feat/22Samarth Agarwal2019-03-08
| |
| * Modified Details sidebar so that the close button always stays at the bottom ↵Samarth Agarwal2019-03-08
| | | | | | | | of the box and doesn't overlap any text.
| * Added comments and made DOM easier to work with.Samarth Agarwal2019-03-07
| |
| * Added functionality so that whenever a point is clicked it opens up a ↵Samarth Agarwal2019-03-07
| | | | | | | | Details sidebar which shows information about that point.
* | resolve conflictsKumar Damani2019-03-08
|\ \
| * | added padding for distant points just in casefix/24Kumar Damani2019-03-08
| | |
* | | resolving conflictsKumar Damani2019-03-08
|\| |
| * | rezooming map using leaflet bounds to show all markersKumar Damani2019-03-08
| |/
* | remove unnecessary !!Ivan Shen2019-03-05
| |
* | Comment out prod dbIvan Shen2019-03-05
| |
* | modularize plot pointsivanshen2019-03-05
| |
* | Remove commented codeIvan Shen2019-03-05
| |
* | Point back to local dbIvan Shen2019-03-05
| |
* | Added live update functionality (feat 8)ivanshen2019-03-05
|/
* displaying all the fields in the marker popup, better var namingfeat/7Kumar Damani2019-02-28
|
* changed index to use pointscollection by defaultKumar Damani2019-02-28
|
* sending geo data to front end, displaying it as markers, and taken out ↵Kumar Damani2019-02-28
| | | | schema defs from index into models folder
* fixed default zoom level for mapKumar Damani2019-02-27
|
* fixed spaces to indentsKumar Damani2019-02-27
|
* removed unnecessary db call breaking homepage due to db updateKumar Damani2019-02-27
|
* added a step for mongodb locallyfeat/4Kumar Damani2019-02-19
|
* added error help for mongo connectionKumar Damani2019-02-18
|
* properly using the atlas mongo connectionKumar Damani2019-02-18
|
* added check for envs and mongo uri, updated readmeKumar Damani2019-02-18
|
* fixed READMEKumar Damani2019-02-18
|
* added basic site with basic mapKumar Damani2019-02-18