-
Not sure how needed it is to be on the side on mobile.
In this case, at a certain point, the navbar should either be a sliding menu or found at the top of the phone.
-
An easy way to analyze data about Bolt is to write logs which we can use to make graphs and track metrics in Grafana. Examples of stuff we may want to track:
- New requests
- Request status chang…
-
Build on #25 and add:
- A GraphQL mutation to change the request status. This mutation must enforce the validation rules for changing state - see [Confluence](https://wiki.hack.gt/x/C4lV) for a de…
-
Use the a GraphQL endpoint (registration endpoint is fine) to poll for new user data and integrate it into the app. ~~Push notifications are not implemented in registration yet so it will have to be a…
-
- The Markdown editor is hard for people unfamiliar with Markdown to use
- The current Markdown editor's behavior for adding links adds an `https://` by default which is really annoying since in gene…
-
In the "Events" section of the website, click on the "Learn More" button under HackGT. It will lead you to a timeline of all HackGTs. This needs to be updated (include images from the shared files).
-
If no API route matches on the backend, serve the built frontend.
For instance, in `server.ts` (from [hackgt/bolt](https://github.com/HackGT/bolt/blob/6947bb3a047411c63ef7b4611698714e2b4db1a4/server/…
-
Currently, the email preview text doesn't actually render as html
-
Create the frontend display page based on the figma design below (no functionality needed for the search bars).
The user cards can be displayed in something like the [SimpleGrid](https://chakra-ui.co…
-
Taking inspiration from popular form styles, we'd like to have a small note of the number of pages left at the bottom of each form page, something like "Page {A}/{B}" if you're on page A and there are…