You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2022. It is now read-only.
Based on the outline of use cases, create a simple navigation & layout design for the administrative site.
Once the basic elements of the design are established, we will begin creating issues for specific pieces of the front end.
We have a skeletal version of the front-end code to start from. It includes log-in/log-out and a simple query to the API (it currently assumes that you are running the API server locally, at http://localhost:8080/graphql - this can be changed in the src/utilities/gqlClient.js file). We have temporarily disabled the login requirement so that development can happen without the need to distribute the Firebase token information.
The skeleton is a stripped-down version of this code from the City of Asheville. For examples of using the TinyMCE rich text editor and submitting form data via GraphQL mutations, see the Review.js and Question.js files in the src/app directory there.