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 has been archived by the owner on Jan 29, 2022. It is now read-only.
First iteration of the frontend Schizophrenia app. Implements the initial design and bootstraps the app views, routers, etc. etc. Data for the app comes from the OpenTrials API, which can be mocked at this stage if required.
Current intention is that this would be a Node.js app and probably queries API via some hybrid of backend/frontend. In general, I'd like a lot of the basic views to be rendered serverside for SEO benefits. We have to think about the API design, how this app calls it, and things like view caching, in this case, to see that we don't pay a massive overhead for doing API calls instead of, say, directly working with a database.
Description
First iteration of the frontend Schizophrenia app. Implements the initial design and bootstraps the app views, routers, etc. etc. Data for the app comes from the OpenTrials API, which can be mocked at this stage if required.
Current intention is that this would be a Node.js app and probably queries API via some hybrid of backend/frontend. In general, I'd like a lot of the basic views to be rendered serverside for SEO benefits. We have to think about the API design, how this app calls it, and things like view caching, in this case, to see that we don't pay a massive overhead for doing API calls instead of, say, directly working with a database.
Requires #1
Tasks
The text was updated successfully, but these errors were encountered: