Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling Apps in Different Statuses #380

Open
ewendland23 opened this issue Jan 16, 2019 · 0 comments
Open

Handling Apps in Different Statuses #380

ewendland23 opened this issue Jan 16, 2019 · 0 comments
Labels
enhancement small change to an existing feature Epic: Manage kit apps
Projects

Comments

@ewendland23
Copy link
Collaborator

Apps can have several different statuses:

  • pending (app is being set up)
  • available (app is ready for use)
  • deleted (app is gone)
  • deleting (app is in the process of being deleted)

How should these Apps be displayed?

Currently -

  • If an app is 'pending' it is dim and can't be clicked or deleted.
  • If an app is 'deleted' or 'deleting' it doesn't appear at all.
  • Otherwise all apps appear to those people who should see them and can be deleted by those who can do that.

Problems encountered:

  • User can delete an app that is in 'error'. Depending why it is in 'error' the delete might also fail. So it will initially be in 'delete' state but then get back to 'error' (reappearing app syndrome)
  • There is no indication that an app is in 'error' so it might look like the "link just doesn't work"
  • Students and other non-admins have access to Apps that are in 'error'

Possible solutions:

  • Students and non-Admins can only see Apps that are 'available'
  • We create a new 'look' to indicate apps in 'error' status to show admins
  • Apps in 'error' status can be deleted. If the delete fails they still will reappear - not sure how to handle this...
  • There should probably be a way to try and 'fix' an app in 'error' status
@profmikegreene profmikegreene added enhancement small change to an existing feature Epic: Manage kit apps labels Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement small change to an existing feature Epic: Manage kit apps
Projects
Planning
Awaiting triage
Development

No branches or pull requests

2 participants