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

Sprint 3 followups #55

Merged
merged 4 commits into from
Feb 24, 2021
Merged

Sprint 3 followups #55

merged 4 commits into from
Feb 24, 2021

Conversation

grarer
Copy link
Owner

@grarer grarer commented Feb 24, 2021

Following discussion at today's meeting, i've simplified the start chat page so that each card just has a button to copy the contact ID to the clipboard.

I've also fixed up the readme, prevented a possible sql exception in the backend handler for updating contact methods, and removed the unintended black outline that appeared around the logo when it was clicked.

replaces the contact methods popup, which was inconsistently capable
of directly linking to some platforms, with a simple and consistent
button that copies the contact method to the clipboard.
fixes the description of how to initialize the database

adds explanation of initialize_examples.sql

organizes all server command line arguments into one list
we learned during the notifications feature that pg-format can
produce an invalid sql string when interpolating an empty array.
to avoid this every happening in the contact methods endpoint, we
skip inserting methods if there are no methods to insert.
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.

2 participants