-
Notifications
You must be signed in to change notification settings - Fork 43
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
✨ Archetypes management: Add navigation and placeholder page component #1308
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1308 +/- ##
==========================================
+ Coverage 42.54% 42.58% +0.03%
==========================================
Files 136 136
Lines 4207 4220 +13
Branches 1000 1000
==========================================
+ Hits 1790 1797 +7
- Misses 2405 2411 +6
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
ee8665a
to
b6fd2f7
Compare
b6fd2f7
to
8ba8e5d
Compare
comments: string; | ||
criteriaTags: Tag[]; | ||
archetypeTags: Tag[]; | ||
assessmentTags?: Tag[]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these are going to be CategorizedTag but probably TBD what that data model will look like in its final form.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few small changes requested but looking good.
- Add route `/archetypes` - "Archetypes" added under "Application Inventory" - Very basic placeholder page component Signed-off-by: Scott J Dickerson <[email protected]>
Signed-off-by: Scott J Dickerson <[email protected]>
Signed-off-by: Scott J Dickerson <[email protected]>
- Display a list of archetypes - Simple column components for Tags, Maintainers, Applications - Filtering on name - Action button is in place but doesn't do anything - TODO items in sources for things that need to be added later Signed-off-by: Scott J Dickerson <[email protected]>
Signed-off-by: Scott J Dickerson <[email protected]>
Signed-off-by: Scott J Dickerson <[email protected]>
8ba8e5d
to
0c1db05
Compare
Changes made. I also pulled the individual table column components out into their own files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit you can ignore if you want, otherwise LGTM
Signed-off-by: Scott J Dickerson <[email protected]>
Work done:
/archetypes
Resolves #1263
Full function archetypes table will be done under #1264
Full function archetypes add/edit form will be done under #1265
Base display, with mock/stub data from MSW: