Skip to content
New issue

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

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

Already on GitHub? # to your account

Add Status to ResourceInfo #190

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kobergj
Copy link
Contributor

@kobergj kobergj commented Dec 8, 2022

Adds a Status field to the resource info of a resource. This field can be used to signal a meta status of the resource (like "processing", "readytouse", "blocked", ...). For backwards compatibility an empty status should be considered as "ok"

@micbar
Copy link
Member

micbar commented Dec 9, 2022

@labkode @vascoguita The Generator seems to be broken, can you investigate why?

@micbar
Copy link
Member

micbar commented Sep 27, 2023

@kobergj Can you rebase?

Signed-off-by: jkoberg <jkoberg@owncloud.com>
@glpatcern
Copy link
Member

glpatcern commented Jan 7, 2025

Rediscussed today with @kobergj : this is still valid, though to be "properly usable" it should be an enum with a given list (and extendable) list of values as opposed to an unspecified string.

The current implementation in Reva edge uses an opaque, therefore a code review should be done to identify the actual meaningful values and add them here.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants