From 3cf8e9626d78f25501f4f35129c9b743f35820ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 12:26:56 +0100 Subject: [PATCH] Fusion Project Portal Release (#598) Co-authored-by: Noggling[bot] --- .changeset/pr-578-1732954210.md | 3 --- .changeset/pr-596-1767904726.md | 3 --- .changeset/pr-597-1768064362.md | 34 ---------------------------- .changeset/pr-600-1771708999.md | 5 ----- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++ package.json | 2 +- 6 files changed, 40 insertions(+), 46 deletions(-) delete mode 100644 .changeset/pr-578-1732954210.md delete mode 100644 .changeset/pr-596-1767904726.md delete mode 100644 .changeset/pr-597-1768064362.md delete mode 100644 .changeset/pr-600-1771708999.md diff --git a/.changeset/pr-578-1732954210.md b/.changeset/pr-578-1732954210.md deleted file mode 100644 index 017b123fe..000000000 --- a/.changeset/pr-578-1732954210.md +++ /dev/null @@ -1,3 +0,0 @@ - ---- ---- diff --git a/.changeset/pr-596-1767904726.md b/.changeset/pr-596-1767904726.md deleted file mode 100644 index 017b123fe..000000000 --- a/.changeset/pr-596-1767904726.md +++ /dev/null @@ -1,3 +0,0 @@ - ---- ---- diff --git a/.changeset/pr-597-1768064362.md b/.changeset/pr-597-1768064362.md deleted file mode 100644 index 792487267..000000000 --- a/.changeset/pr-597-1768064362.md +++ /dev/null @@ -1,34 +0,0 @@ - ---- -"fusion-project-portal": major ---- -The project portal has undergone a major rewrite for both frontend and portal api to accommodate for this release of the portal, now supporting `facility` context selection. - - -- Portal Landing page, has undergone some minor styling changes, user card and portal info card is added. -- The portal now supports facility context. -- The portal now is open to all context, this allows the user to select all contexts but all applications may not be available for all context. -- All contexts will display global applications -- When selecting a project, the portal will navigate the user to a project page -- When selecting a facility the portal will navigate the user to a facility page -- Updates to the underlying portal configuration. This will not impact the user but simplify portal configurations for developers. -- Portal now utilizes application manifest as defined in fusion, this allows application admins to change application category from the application admin interface. - -Project page: -- Added navigation to the corresponding facilities of the selected project. -- Minor layout update to accommodate for smaller screens. -- Added icon to header for easier context identification. -- Added context type to header for easier context identification. - -Facility page: -- Added navigation to the corresponding projects of the selected facility. -- Facility page shows the same my work assigned section. -- All corresponding project phases / DG phases will be de shown if data is available. -- Added icon to header for easier context identification. -- Added context type to header for easier context identification. -- Favorites are the same as on project page. -- Facility may show less applications as there are less applications supporting the context type. - - -> [!IMPORTANT] -> This change requires database migration. diff --git a/.changeset/pr-600-1771708999.md b/.changeset/pr-600-1771708999.md deleted file mode 100644 index 0430517d1..000000000 --- a/.changeset/pr-600-1771708999.md +++ /dev/null @@ -1,5 +0,0 @@ - ---- -"fusion-project-portal": minor ---- -Project prediction on landing page diff --git a/CHANGELOG.md b/CHANGELOG.md index 412dbffb7..fc8682b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,44 @@ # fusion-project-portal +## 3.0.0 + +### Major Changes + +- b6994c7: The project portal has undergone a major rewrite for both frontend and portal api to accommodate for this release of the portal, now supporting `facility` context selection. + + - Portal Landing page, has undergone some minor styling changes, user card and portal info card is added. + - The portal now supports facility context. + - The portal now is open to all context, this allows the user to select all contexts but all applications may not be available for all context. + - All contexts will display global applications + - When selecting a project, the portal will navigate the user to a project page + - When selecting a facility the portal will navigate the user to a facility page + - Updates to the underlying portal configuration. This will not impact the user but simplify portal configurations for developers. + - Portal now utilizes application manifest as defined in fusion, this allows application admins to change application category from the application admin interface. + + Project page: + + - Added navigation to the corresponding facilities of the selected project. + - Minor layout update to accommodate for smaller screens. + - Added icon to header for easier context identification. + - Added context type to header for easier context identification. + + Facility page: + + - Added navigation to the corresponding projects of the selected facility. + - Facility page shows the same my work assigned section. + - All corresponding project phases / DG phases will be de shown if data is available. + - Added icon to header for easier context identification. + - Added context type to header for easier context identification. + - Favorites are the same as on project page. + - Facility may show less applications as there are less applications supporting the context type. + + > [!IMPORTANT] + > This change requires database migration. + +### Minor Changes + +- bdfd7bb: Project prediction on landing page + ## 2.0.1 ### Patch Changes diff --git a/package.json b/package.json index 6326bd21d..fe8f48474 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-project-portal", - "version": "2.0.1", + "version": "3.0.0", "license": "MIT", "description": "Project Portal powered by Fusion", "devDependencies": {