Skip to content
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 a view showing history for a DAR #417

Merged
merged 5 commits into from
Jan 31, 2024
Merged

Add a view showing history for a DAR #417

merged 5 commits into from
Jan 31, 2024

Conversation

amstilp
Copy link
Contributor

@amstilp amstilp commented Jan 31, 2024

Closes #401

Move the current DAR list view into this pattern, and out of the
dbgap_applications pattern. This is in preparation for adding the
history of a given DAR.
Instead of redefining the columns for DAR tables, instead define
them once in the original dbGaPDataAccessRequestTable, then subclass
that table for the other tables. The columns that need to change can
be redfined (or set to None) in the child tables if necessary. Also
add a link to the DAR history in some of the tables.
Copy link

codecov bot commented Jan 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b6d1828) 98.31% compared to head (51e21b9) 98.32%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #417      +/-   ##
==========================================
+ Coverage   98.31%   98.32%   +0.01%     
==========================================
  Files         239      240       +1     
  Lines       18108    18235     +127     
==========================================
+ Hits        17802    17929     +127     
  Misses        306      306              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@amstilp amstilp marked this pull request as ready for review January 31, 2024 23:29
@amstilp amstilp merged commit e57f6f5 into main Jan 31, 2024
8 checks passed
@amstilp amstilp deleted the feature/dar-history branch February 6, 2024 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a view showing history of a given DAR id
1 participant