-
Notifications
You must be signed in to change notification settings - Fork 3
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
Issue 628: Display Inactive Projects on Home Page #639
base: develop
Are you sure you want to change the base?
Conversation
…ject detail and ProjectUser detail views
…ined on home page
…adges and info icons
@adeng27 The "Access to Project on Cluster" column refers to the user's access to the project on the cluster, not the status of the project. I.e., a project could be active, but the user has just joined it, and admins are working on configuring their cluster account, so the column would indicate pending. From the issue:
I meant to be advocating for a red badge in the "Project Name" column (next to the name) that would be visible for inactive projects only. |
I've just added you as a reviewer on #641. I think it'd make sense to add the info popup from that PR to the "Inactive" project status badge in this PR, with this tentative text: "This project's computing allowance must be renewed before jobs may be submitted under it." (You can merge that branch into this one.) |
Description
Currently, the list of projects on the home page only includes "New" and "Active" projects, which has caused PIs to potentially miss that they already have an FCA/PCA, prompting them to try to request a new one. This PR displays Inactive projects on the Home Page with a warning badge to indicate that the project is inactive.
Fixes #628
Type of change
How Has This Been Tested?
PR Self Evaluation
Strikethrough things that don’t make sense for your PR.