summaryrefslogtreecommitdiff
path: root/web-server/opendc/util/parameter_checker.py
AgeCommit message (Collapse)Author
2020-08-24Rename web-server to APIFabian Mastenbroek
This change renames the web-server component to API in order to be more descriptive of its role. The OpenDC API bridges between the frontend on one side and the database and simulator on the other side.
2020-08-24Add implementation of portfolio and scenario UI structureGeorgios Andreadis
2020-08-24Improve code qualityGeorgios Andreadis
2020-08-24Implement scenario adding endpointGeorgios Andreadis
2020-08-24Address a number of pylint issuesGeorgios Andreadis
2020-08-24Prepare web-server repository for monorepoGeorgios Andreadis
This change prepares the web-server Git repository for the monorepo residing at https://github.com/atlarge-research.com/opendc. To accomodate for this, we move all files into a web-server subdirectory.