Automatically set up the OVE sections #6
Labels
feature
Adding new functionality, small or large
infrastructure
Modification or update of tooling for QA, installation, CI or deployment
Milestone
Problem:
Use the OVE Python API to define and generate all of the OVE sections (HTML, Controller and WebRTC Apps).
Proposed Solution:
After the above are complete, the
create_all
function fromcore_api.py
needs to be added to the startup script (the__init__.py
?) and theINIT_SECTIONS
needs to be updated to include WebRTC apps.Currently the
APP_URL
constant is for HTML apps only (ends with/app/html
). This should be duplicated for WebRTC apps (ends with/app/webrtc
)Aha! Link: https://imperial-college-ict.aha.io/requirements/RSE-139-4
The text was updated successfully, but these errors were encountered: