-
Notifications
You must be signed in to change notification settings - Fork 87
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
feat(mrf-admin-view): hawkeye v1.0 #7965
Open
kevin9foong
wants to merge
35
commits into
develop
Choose a base branch
from
feat/hawkeye-v1.0
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
1c304c4
feat: add columns for mrf responses page
kevin9foong 9f89d28
feat: fix default paddings for table
kevin9foong 42ae99a
chore: update comment
kevin9foong c5c5cdc
feat: pipe step number to FE response table
kevin9foong b817a59
feat: log step meta and pipe to fe response table
kevin9foong f213752
fix: checking is form rejected error
kevin9foong 6983771
feat: add status badges
kevin9foong 3614690
feat: add csv download col
kevin9foong 936c973
fix: add define global
kevin9foong 009f840
feat: support cols in csv
kevin9foong c276fa4
fix: workflowStep being 0 is defined as falsy
kevin9foong d5f044e
feat: add approved rejected status in individualresponse
kevin9foong 6a28c16
feat: map workflow status to business friendly status
kevin9foong 8a8ddac
fix: change imports to relative
kevin9foong a8bdd88
fix: failing unit tests
kevin9foong 609ccec
feat: add datetime validation for submittedAt
kevin9foong 60d1654
fix: failing FE unit tests
kevin9foong 86c46c2
feat: resize table cols for mrf to follow storage mode as much as pos…
kevin9foong 177f2fd
feat: update copy for first step
kevin9foong 75ac070
fix: bug where last col does not expand in scrollable
kevin9foong 90eb8e5
feat: add tc for testing the metadata builder
kevin9foong 2384693
feat: add tc for appending mrf meta to mrf submission stream
kevin9foong cd734b9
feat: add tc for submission.server.model to fetch mrf meta
kevin9foong 3d80ac3
feat: add tc for csv generator for mrf
kevin9foong 2139b9a
feat: fix tc missing required fields
kevin9foong c6eb27e
fix: bug where approved is marked as completed instead
kevin9foong 90d375b
fix: submission.server.model tc
kevin9foong 15f6d2f
fix: import ordering for lint
kevin9foong 2b9ca5d
feat: add chromatic story for mrf dashboard
kevin9foong 0ef1e49
chore: remove redundant comment
kevin9foong d3004bf
chore: add docs on rationale of destructuring array
kevin9foong 9ecac23
chore: rename from non-mrf to base
kevin9foong 1ac3620
chore: refactor code to remove usage of undefined in argument
kevin9foong 66b411c
feat: make typing more explicit for case in getStatusFromWorkflowStatus
kevin9foong 2b8d32d
fix: remove global access in decrypt and config in vite
kevin9foong File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: re-using the same fix as existing storage mode responses table columns to include minWidth which allows the bar to expand for the rightmost column when the screen is small and horizontal scroll is enabled.