From 4798bf5a1d917b2e1c2cf8f05e5172bcdc7e6777 Mon Sep 17 00:00:00 2001 From: Maximilian Betz <Maximilian.Betz@awi.de> Date: Mon, 13 Jun 2022 08:54:08 +0200 Subject: [PATCH] some more todos and bugs added to README after more extensive testing --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 582f6e3..2cacd7c 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Text: #57827E ## Configuration - animated Feedbackpopup on first line : "speech bubble" (Download successfull) Show pop up for 2s. "Detail information as is below the collection dropdown menu. - Collection List Drop Down. Item separation "grey line" + Abbort button. "Highlight "chosen collection" italic or pinned on top. Sort alphabetic. +- Add a selection mode functionality. 1. Own devices (based on e-mail adress as editor on devices), 2. Collections, 3. Mission management based ## Add Event - Show \* next to lable for required fields. @@ -69,13 +70,16 @@ Text: #57827E - Is a field for end time required here? - Label with counting up number? - Block creation of a new event for e.g. 2 seconds after creation. This shall prevent unintended creation of multiple events. +- Deactivate Timestamp field and Now button if GNSS sync active. +- Choose Urns in configuration: Label on Add Event is beeing cleared but GNSS data is not Harmonize. ## View & Events - "All Events" "Pending Events" on first line above table. Alligned right. 50pix hight distance to table start. - Multiple lines for one event to reduce width. Alternative: Do not show all event details in table but show them in a separate widget on selection. This could also be the view to edit event details. - Edit mode (only pending events). Select an event and open event in edit mode with all details (including start and finish time), allow to remove event. - Feedback "Success" to line above table and below top bar. -- Show sync widget, show sync status, allow canceling of sync process +- Show sync widget, show sync status, allow canceling of sync process. E.g. an error can be caused if "Sync" is pressed multiple times in the View & Sync Widget as multiple async functions are syncing events in parallel. Simple solution would be to deactivate the sync button if a sync process is active. + -- GitLab