-
Notifications
You must be signed in to change notification settings - Fork 8
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
Crud admin screens named references #421
Merged
Corpratespaz
merged 39 commits into
feature/admin-screens
from
feature/OSMT-283-detail-crud-admin-screens
Jul 25, 2023
Merged
Crud admin screens named references #421
Corpratespaz
merged 39 commits into
feature/admin-screens
from
feature/OSMT-283-detail-crud-admin-screens
Jul 25, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
477ae64
to
96d9751
Compare
96d9751
to
08c6071
Compare
5f62674
to
1381b39
Compare
ab69586
to
2fec338
Compare
87ff868
to
558a0df
Compare
8 tasks
558a0df
to
089a256
Compare
7d8e4cf
to
ba02a07
Compare
089a256
to
cc74976
Compare
cc74976
to
a5a1717
Compare
jchavez137
reviewed
Jul 19, 2023
api/src/test/kotlin/edu/wgu/osmt/keyword/KeywordControllerTest.kt
Outdated
Show resolved
Hide resolved
ui/src/app/metadata/detail/metadata-public/metadata-public.component.ts
Outdated
Show resolved
Hide resolved
82d38b2
to
73a3f19
Compare
Search/Filter/Delete Metadata Keywords(Named References) Enabling (#426) * Refactoring Controller to accept keyword type * Renaming Keyword RoutePaths * Addind overloaded typeAheadSearch method with pageable * Working on UI, adding service endpoint calls, adding service to NR table components. * Converting delete process to be task result, adjusting labels for plural category * removing unused named reference service, fixing enum issue, fixing case insensitive sort.. * adding unit tests * Removing unused code for category screens, updating API yaml file * Removing hardcoded totalPageCount for named reference table, removing unused imports. * Reverting skillCount field back, fixing some PR comments, updating openapi.yaml * Removing unused imports. * Removing unused imports. * Refactoring deletion logic, fixing mock data. * Removing comented out line * Removing unused RoutePath * Add postman tests for job codes * Adding test coverage scripts * Adding test coverage scripts * Adding test coverage scripts * Correcting scripts. * Removing category script tests, No more needed. * Fix job code tests * Add pre request in id folder * Fix get pagination - Remove query parameter * Updating update keyword test. --------- Co-authored-by: manuel-delvillar <[email protected]> OSMT- 276 service classes UI (#391) * Adding new services classes for jobCodes and namedReferences * Renaming package and services name classes. Extending new abstract class from the existing one. * refactoring JobCode classes and package. Adding CRUD requests * adding providers for unit testing in abstract-data.service.spec.ts * Adding Enum for MetadataType, Optimizing Imports * Adding implementation for delete method in Abstract service * Remove unused code - Remove ApiGetParams. - Constructor in abstract.service now is protected. * Add alias for test directory * Adding new services classes for jobCodes and namedReferences * Renaming package and services name classes. Extending new abstract class from the existing one * updating openapi.yaml to match endpoint definition * Correcting Routepath and refactoring web methods * Correcting buildTableParams sort param * Updating endpoints call to match definition --------- Co-authored-by: manuel-delvillar <[email protected]> Adding Screen to Search/Filter Metadata (#401) * Adding new services classes for jobCodes and namedReferences * Renaming package and services name classes. Extending new abstract class from the existing one. * refactoring JobCode classes and package. Adding CRUD requests * Adding Enum for MetadataType, Optimizing Imports * Adding implementation for delete method in Abstract service * Adding new services classes for jobCodes and namedReferences * Renaming package and services name classes. Extending new abstract class from the existing one. * refactoring JobCode classes and package. Adding CRUD requests * Adding Enum for MetadataType, Optimizing Imports * updating openapi.yaml to match endpoint definition. * Correcting Routepath and refactoring web methods * Refactoring entry points in navigation bar
- Metadata already exists on v3.
* Adding new services classes for jobCodes and namedReferences * Renaming package and services name classes. Extending new abstract class from the existing one. * refactoring JobCode classes and package. Adding CRUD requests * Adding Enum for MetadataType, Optimizing Imports * Adding implementation for delete method in Abstract service * Adding new services classes for jobCodes and namedReferences * Renaming package and services name classes. Extending new abstract class from the existing one. * refactoring JobCode classes and package. Adding CRUD requests * Adding Enum for MetadataType, Optimizing Imports * updating openapi.yaml to match endpoint definition. * Correcting Routepath and refactoring web methods * Refactoring entry points in navigation bar
- Create new task - Update back end for new task
- Improve create metadata position and size in ui.
- Add test to KeywordController. - Update open api v3. - Add test for open api v3.
- Rename folder of create-named-reference.component.html - Add test for create-named-reference.component.spec.ts
- Use RemoveItemTask instead of new RemoveKeyword. - Rename searchCategorySkills to searchKeywordSkills. - Remove white lines.
77d52cd
to
ff00b89
Compare
ff00b89
to
e9bb39d
Compare
Corpratespaz
suggested changes
Jul 24, 2023
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.
Looks good overall, I've made a couple of naming/documentation requests and a few display text alteration requests for improving user experience.
ui/src/app/metadata/detail/metadata-list/metadata-list.component.ts
Outdated
Show resolved
Hide resolved
.../detail/metadata-manage/action-bar-vertical/metadata-manage-action-bar-vertical.component.ts
Outdated
Show resolved
Hide resolved
Corpratespaz
approved these changes
Jul 25, 2023
Corpratespaz
pushed a commit
that referenced
this pull request
Jul 25, 2023
* Add create named reference * Edit metadata * Improve create button - Improve create metadata position and size in ui. * Show name of edited metadata * Load related skills * Search related skills * Load information in public view * Fix broken ui tests * Update API tests - Add test to KeywordController. - Update open api v3. * Reindex related RSDs after update keyword * Add test create-named-reference
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Create Metadata Button
Button to Create
Create Keyword Form
Manage Named Reference
Edit Form