brownfield-team / anacapa-github-linker

A tool for managing students in computer science courses. Deployed at:
https://ucsb-cs-github-linker.herokuapp.com
MIT License
4 stars 6 forks source link

Pilot having views based on React, without needing to do that entire declarative authorization refactor. #236

Open pconrad opened 4 years ago

pconrad commented 4 years ago

Previously: (Pilot having views based on React, without needing to do that entire declarative authorization refactor.)

This enables us to divide up future dev efforts between front-end React stories, and backend Rails development.

Then, future implementation can follow this model.

Already done in another issue:

ProbablyFaiz commented 4 years ago

Completed for the users page, currently deployed at https://ucsb-cs-github-linker-qa.herokuapp.com/users. As of now, no tests or documentation.