Skip to content

Commit

Permalink
Fusion Project Portal Release (#598)
Browse files Browse the repository at this point in the history
Co-authored-by: Noggling[bot] <Noggling[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Noggling[bot] authored Mar 15, 2024
1 parent 40e5b1e commit 3cf8e96
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 46 deletions.
3 changes: 0 additions & 3 deletions .changeset/pr-578-1732954210.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changeset/pr-596-1767904726.md

This file was deleted.

34 changes: 0 additions & 34 deletions .changeset/pr-597-1768064362.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pr-600-1771708999.md

This file was deleted.

39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 3cf8e96

Please sign in to comment.