-
Notifications
You must be signed in to change notification settings - Fork 268
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
Add Patient and Sample Resources to Study View #4961
Conversation
Nelliney
commented
Aug 8, 2024
•
edited by inodb
Loading
edited by inodb
- Add a new tab, "Files & Links," to the Study View.
- In the tab, add a searchable table that displays patient and sample resources, the type and description of resources, and the number of resources per patient.
- Add the total number of resources in the study at the top of the page.
- Define the behavior for when this tab is displayed.
- Enhance the user interface by adding borders, icons, and a title to the table.
- Add threshold so it only works for cohorts with max 500 patients. We don't have a GET or POST request API to get all patient and sample resources in a study atm, so this is to avoid having to make >500 GET Requests
✅ Deploy Preview for cbioportalfrontend ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@Nelliney somehow some other commits made it into this PR. I think maybe you merged master into it. Can you try rebasing instead? Let me know if you need help with this as it can be tricky. |
@alisman, thank you for letting me know. I did a rebase yesterday, and now I have synced my fork, and I believe that it should be solved. Please let me know if you have any comments or requests. |
685d531
to
4353fdc
Compare