From 6f6b49a7937b540ac78aff313ea3f88fd00e5b81 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 14 Nov 2018 19:03:37 +0000 Subject: [PATCH] --- devdocs/todo.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 8fd3252c..74731bdf 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -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