-
Notifications
You must be signed in to change notification settings - Fork 48
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
Post ID improvement #132
Post ID improvement #132
Conversation
TODO: fix non-passing tests
TODO: fix CLI test, marshal PostID test, try sim tests
Codecov Report
@@ Coverage Diff @@
## master #132 +/- ##
==========================================
+ Coverage 85.47% 85.84% +0.37%
==========================================
Files 47 50 +3
Lines 1996 2120 +124
==========================================
+ Hits 1706 1820 +114
- Misses 254 263 +9
- Partials 36 37 +1 |
fixed test fixed docs added migration
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.
re-reviewed
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.
The overall PR looks nice. However there are some things that should be changed IMO.
fixed id docs
…to leonardo/postIDs-improvement
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.
re-reviewed 2
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.
re-reviewed 3
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.
LGTM
Description
This PR contains some core changes to the way the Post's IDs are created.
This has been done to optimize the creation and edit of posts.
Closes #131.
Checklist
CHANGELOG.md
file.Files changed
in the Github PR explorer.