-
Notifications
You must be signed in to change notification settings - Fork 1
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
Improved output formatting #10
Comments
veronikaslc
pushed a commit
that referenced
this issue
Oct 20, 2020
veronikaslc
pushed a commit
that referenced
this issue
Oct 20, 2020
veronikaslc
pushed a commit
that referenced
this issue
Oct 20, 2020
Styled copy button Fixed typo and joined guids for copying by new lines
veronikaslc
pushed a commit
that referenced
this issue
Oct 20, 2020
Fixed multiple guids concatenated in a single cell after copying to excel
veronikaslc
added a commit
that referenced
this issue
Oct 20, 2020
Setting default color for the copy button Co-authored-by: Marta Girdea <marta.girdea@gmail.com>
marta-
added a commit
that referenced
this issue
Oct 20, 2020
Fixed the alignment of the GUID column label
veronikaslc
pushed a commit
that referenced
this issue
Oct 20, 2020
Styled buttons text casing; Fixed width, added title to the copy button
marta-
added a commit
that referenced
this issue
Oct 20, 2020
[Cleanup] Removed unused component and styles
marta-
pushed a commit
that referenced
this issue
Oct 20, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The "Generate GUIDs" button should produce the output formatted as a table with 4 columns (Health card #, Province, Date of birth, GUID), and a number of lines equal to the number of lines in the input.
Each line in this table will contain the 3 input components as they appear after they were validated and sanitized, and the generated GUID or error message in red on the 4th column.
The 4th column's label will include a button for copying the GUIDs to clipboard. The copied data will consist of the generated GUIDs (one per line) for the valid lines and empty lines for invalid input lines, keeping the order from the input. The goal is for the list of GUIDs to be pasted back as a column into a spreadsheet.
The text was updated successfully, but these errors were encountered: