Go to file
AMStrix 47c695f43b Proposal Approval Process (#39)
* endpoints and model support for proposal approval

* admin test + proposal approval tests

* GET user/<id> withPending support

* basic withPending suport for Profile

* change create publish to sumbit for approval

* admin proposal filter by status + some refactoring

* admin: update antd

* backend: admin get single proposal + populate date_approved

* admin: rework Proposals + support approval

* backend: approval process updates

* admin: review count on home + cosmetic

* frontend: proposal approval flow

* Profile ZEC/ZAT adjustments

* fix regression in formatUserFromGet + update error type in users/reducers

* fix merge tsc issues

* publish warning vebiage change

* fix ssr fetchProposal 404 hang bug

* proposals/<id> - limit status non-LIVE to team member, exclude DELETED

* various adjustments to Proposal based on `status`

* remove comments

* Proposal statuses to banner style + fix up CreateFlow - Preview mode

* Proposal tsc fix
2019-01-09 13:23:08 -05:00
admin Proposal Approval Process (#39) 2019-01-09 13:23:08 -05:00
backend Proposal Approval Process (#39) 2019-01-09 13:23:08 -05:00
blockchain Blockchain watcher microservice (#28) 2018-12-28 17:24:46 -06:00
e2e E2E - Web3 interaction & more tests (#202) 2018-11-21 21:20:09 -06:00
frontend Proposal Approval Process (#39) 2019-01-09 13:23:08 -05:00
.gitignore User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
.travis.yml User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
README.md User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00

README.md

ZCash Grant System

This is a collection of the various services and components that make up the ZCash Grant System.

Setup


Locally

Instructions for each respective component can be found in:

  • /backend/README.md

  • /frontend/README.md

We currently only offer instructions for unix based systems. Windows may or may not be compatible.

Testing

To run tests across all components simultaneously, use the following command

TBD

Deployment

TBD