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

Add @Feature annotation with categories #566

Merged
merged 7 commits into from
Jan 26, 2023
Merged

Conversation

grafnu
Copy link
Collaborator

@grafnu grafnu commented Jan 25, 2023

No description provided.

@grafnu grafnu marked this pull request as ready for review January 26, 2023 14:32

/**
* Enum of allowed stages.
*/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a doc that pinpoints what each of these stages means to the UDMI project? For example ALPHA vs PREVIEW

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also occurs to me, should "REQUIRED" be renamed "RELEASE"?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to scope this PR at the mechanism for specifying the properties, but not the properties themselves (leave changing that to a separate PR). Once this PR is in place, it's easy to add/change the values themselves, and/or the properties associated with any given feature.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you change the enum to just one placeholder value I'm good with that. Then we can go back and edit the real values in place.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about two -- I'd like to keep default and non-default since the code/output is different in those two cases! Updated, PTAL.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok...as long as we can change REQUIRED to a different label if needed lgtm

@grafnu
Copy link
Collaborator Author

grafnu commented Jan 26, 2023 via email


/**
* Enum of allowed stages.
*/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok...as long as we can change REQUIRED to a different label if needed lgtm

@grafnu grafnu merged commit 9fc8d07 into faucetsdn:master Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants