Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:4
-
Sprint:Fall 6 : 28 Oct to 8 Nov, Fall 7 : 11 Nov to 22 Nov, Fall 8 : 25 Nov to 6 Dec
Description
Situation: The View in IGB button logic needs to be updated to better reflect visually what the status of the button is for each file based on several factors.
1) File's type is not viewable in IGB: Do not show the View in IGB button.
2) File is OWNED/NOT OWNED and PUBLIC: Button is green, on click toast stating data loading in IGB, data sent to IGB.
3) File is OWNED and PRIVATE: Button is yellow, on click popup stating that file must be made public in order to view in IGB, user can click to cancel or click to make file public, which then turns the button green, toast stating data loading in IGB, data sent to IGB.
4) File is NOT OWNED and PRIVATE: Button is grey, on click toast notification stating that user must ask owner of file to make it public.
5) If View in IGB is green (PUBLIC) but IGB is not running, then show toast stating that IGB must be running.
Data is now loaded in IGB as soon as user clicks Make Public in the popup if the file had been private.
Closing issue.