This commit is contained in:
2018-11-14 19:03:37 +00:00
parent 9dac47d96f
commit 6f6b49a793

View File

@@ -32,12 +32,12 @@ WEEK OF 2018-11-12 - RAVEN shell start work. YAY!
NEXT UP / CURRENTLY WORKING ON:
- Version / copyright info on bottom banner
- Look over the (now two) api calls and look for optimization and code shrinkage / de-duplication
- apiurl handling
- Get it from the current url if nothing entered
- need a way to enter it when not logged in yet
- Needs to preserve on refresh / logout
- apiurl handling (really only matters for development, there is no scenario yet where it would matter in release)
- if teh current page was loaded from http://localhost:8080/login then apiurl is automatically set to apiUrl:"http://localhost:7575/api/v8.0/"
- otherwise it just uses the current page url fixed up with the api path instead
- About page with license info, server version / client version
- Dummy form with all RAVEN required input controls on it for testing
- As if a widget but not actual widget api calls yet so can expand this form later and save time