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

feat: add login and logout commands to example client #193

Merged
merged 1 commit into from Jul 7, 2021

Conversation

michaelsbradleyjr
Copy link
Contributor

@michaelsbradleyjr michaelsbradleyjr commented Jul 1, 2021

Closes #182 and #183.

@michaelsbradleyjr michaelsbradleyjr force-pushed the feat/example-client/login-logout branch 2 times, most recently from 3fbc213 to b2b5aa5 Compare July 2, 2021 17:13
@emizzle emizzle marked this pull request as ready for review July 6, 2021 07:36
@michaelsbradleyjr michaelsbradleyjr force-pushed the feat/example-client/login-logout branch 2 times, most recently from d3c013d to f1e782f Compare July 7, 2021 02:53
@michaelsbradleyjr michaelsbradleyjr changed the title WIP: feat: add login and logout commands to example client feat: add login and logout commands to example client Jul 7, 2021
Copy link

@emizzle emizzle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job, just a general comment regarding DB schema and editing migration files.

@@ -1,6 +1,7 @@
CREATE TABLE IF NOT EXISTS accounts (
keyUid VARCHAR PRIMARY KEY,
name TEXT NOT NULL,
creationTimestamp BIG INT,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just as a general comment for this as it is something that we should revisit in the future. Instead of making schema updates in existing migrations, it may better to create a single schema sql file that we can bring up the entire DB with. Any changes to the schema can be added to the schema definition directly. Once nim-status is out in the wild, we can update existing DBs using migrations.

@emizzle emizzle merged commit 85453f3 into master Jul 7, 2021
@emizzle emizzle deleted the feat/example-client/login-logout branch July 7, 2021 06:23
@michaelsbradleyjr michaelsbradleyjr mentioned this pull request Jul 7, 2021
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.

Login Feature
2 participants