-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(): initiative template workspace (#1246)
* feat(): initial initiative template entity scaffolding * feat(): more scaffolding with crud and editor functionality * feat(): add schema and uiSchema logic for initiative templates * fix(): export correctly * test(): add tests around entity editor and fetch/update * test(): add testing * feat(): add more scaffolding and the assoc testing * fix(): correct types on fromEditor * fix(): fix type error on create * fix(): update tests with async * test(): fix entityEditorSchemas test * test(): continue updating tests * test(): update imports to get spies working * test(): add catalog to default * test(): fix branch coverage * test(): additional testing * test(): additional testing * feat(): business logic * feat(): add initiative template permissions to hub permissions * fix(): typo * feat(): add ui schema for initiative template edit * fix(): pr feedback * feat(): rest of pr feedback * feat(): gate initiative template to alpha * test(): update uischema test * feat(): add dashboard pane * feat(): remove alpha from initiativetemplate business rules * feat(): update permissions * feat(): add format url * feat(): update edit uiSchema * feat(): reimplement alpha gating * test(): update uischema test * feat(): utilize compute links * fix(): url formatting * test(): update uischema test
- Loading branch information
1 parent
cbdcbe4
commit cb385e5
Showing
5 changed files
with
124 additions
and
0 deletions.
There are no files selected for viewing
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
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
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
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
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