summaryrefslogtreecommitdiff
path: root/frontend/src/api
AgeCommit message (Collapse)Author
2020-10-27Split prod and dev config for Docker ComposeFabian Mastenbroek
This change splits the Docker Compose configuration into three files in order to share the configuration for different environments (e.g. development and production). Furthermore, this change drops the requirement for a reverse proxy.
2020-10-27Propagate user-specified API url to React buildFabian Mastenbroek
This change fixes an issue where we did not forward the environmental variable for controlling the API url to the React build.
2020-08-24Merge branch 'master' onto working copyjc0b
2020-08-24Add first plotting attempts for portfoliosGeorgios Andreadis
2020-08-24Merge branch 'master' onto local working copyjc0b
Preserve working copy while updating
2020-08-24Make frontend independent of APIFabian Mastenbroek
This change makes the frontend independent of the API by removing the static file serving logic from the API server. Instead, we can serve the frontend as static HTML over CDNs.
2020-08-24prefab startjc0b
2020-08-24Add implementation of portfolio and scenario UI structureGeorgios Andreadis
2020-08-24Add routes for portfolios and scenariosGeorgios Andreadis
2020-08-24Rename simulations to projects and remove experiment viewGeorgios Andreadis
2020-08-24Add current progress on frontend portGeorgios Andreadis
2020-08-24Manually generate IDsGeorgios Andreadis
2020-08-24Prepare frontend repository for monorepoGeorgios Andreadis
This change prepares the frontend Git repository for the monorepo residing at https://github.com/atlarge-research.com/opendc. To accomodate for this, we move all files into a frontend subdirectory.