zcash-grant-system/frontend
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
..
.storybook Integrate Storybook (#98) 2018-09-25 15:02:29 -04:00
bin User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
client Proposal Approval Process (#39) 2019-01-09 13:23:08 -05:00
config User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
logs Replace nextjs (#54) 2018-09-17 15:55:49 -05:00
server Proposal Approval Process (#39) 2019-01-09 13:23:08 -05:00
stories Proposal Approval Process (#39) 2019-01-09 13:23:08 -05:00
types Proposal Approval Process (#39) 2019-01-09 13:23:08 -05:00
.envexample User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
.gitignore User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
.nowignore Add nowignore (#204) 2018-11-13 12:47:33 -05:00
.npmignore Fix Zeit Deployments (#81) 2018-09-19 20:45:51 -05:00
.npmrc initial commit 2018-09-10 11:55:26 -05:00
.nvmrc Contract Build Improvements (#215) 2018-11-21 17:24:33 -06:00
.prettierrc initial commit 2018-09-10 11:55:26 -05:00
Procfile Contract Build Improvements (#215) 2018-11-21 17:24:33 -06:00
README.md User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
now.json Fix Zeit Deployments (#81) 2018-09-19 20:45:51 -05:00
package.json User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
truffle.js initial commit 2018-09-10 11:55:26 -05:00
tsconfig.json User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
tslint.json Replace nextjs (#54) 2018-09-17 15:55:49 -05:00
yarn.lock User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00

README.md

Grant.io Front-End

This is the front-end component of ZCash Grant System.

Setup

  1. Install (Nodejs 8.13)[https://nodejs.org/en/blog/release/v0.8.13/] and (yarn)[https://yarnpkg.com/en/].

  2. Run yarn to install dependencies.

Development

  1. Make sure the backend component is running.

  2. Run the webpack dev-server:

    yarn run dev
    
  3. Go to the app on localhost:3000.

Testing

Application

TBD