-
Notifications
You must be signed in to change notification settings - Fork 2
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: Implement cid
(Content ID) for items
#410
Labels
discuss
Share your constructive thoughts on how to make progress with this issue
elixir
Pull requests that update Elixir code
enhancement
New feature or enhancement of existing functionality
priority-2
Second highest priority, should be worked on as soon as the Priority-1 issues are finished
T1h
Time Estimate 1 Hour
tech-debt
A feature/requirement implemented in a sub-optimal way & must be re-written
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
Comments
nelsonic
added
enhancement
New feature or enhancement of existing functionality
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
discuss
Share your constructive thoughts on how to make progress with this issue
T1h
Time Estimate 1 Hour
tech-debt
A feature/requirement implemented in a sub-optimal way & must be re-written
elixir
Pull requests that update Elixir code
labels
Aug 22, 2023
nelsonic
added
the
priority-2
Second highest priority, should be worked on as soon as the Priority-1 issues are finished
label
Aug 23, 2023
This was referenced Aug 23, 2023
Closed
nelsonic
added a commit
to dwyl/book
that referenced
this issue
Aug 24, 2023
nelsonic
added a commit
to dwyl/book
that referenced
this issue
Aug 24, 2023
nelsonic
added a commit
to dwyl/book
that referenced
this issue
Aug 24, 2023
nelsonic
added a commit
to dwyl/book
that referenced
this issue
Aug 26, 2023
nelsonic
added a commit
to dwyl/book
that referenced
this issue
Aug 26, 2023
But sadly, getting the following error:
|
Next error:
|
nelsonic
added a commit
that referenced
this issue
Aug 30, 2023
nelsonic
added a commit
that referenced
this issue
Aug 30, 2023
nelsonic
added a commit
that referenced
this issue
Aug 30, 2023
nelsonic
added a commit
that referenced
this issue
Aug 30, 2023
nelsonic
added a commit
that referenced
this issue
Aug 30, 2023
nelsonic
added a commit
that referenced
this issue
Aug 30, 2023
nelsonic
added a commit
that referenced
this issue
Aug 30, 2023
nelsonic
added a commit
that referenced
this issue
Aug 30, 2023
nelsonic
added a commit
to dwyl/book
that referenced
this issue
Aug 31, 2023
nelsonic
added a commit
to dwyl/book
that referenced
this issue
Aug 31, 2023
nelsonic
added a commit
that referenced
this issue
Aug 31, 2023
Reordering working with mvp-reordering-with-cids.movIncluded in #345 ✅ |
github-project-automation
bot
moved this from 🔖 Ready for Development
to ✅ Done
in dwyl app kanban
Aug 31, 2023
nelsonic
added a commit
that referenced
this issue
Sep 10, 2023
…to enusre the item.cid is created for testing #410
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
discuss
Share your constructive thoughts on how to make progress with this issue
elixir
Pull requests that update Elixir code
enhancement
New feature or enhancement of existing functionality
priority-2
Second highest priority, should be worked on as soon as the Priority-1 issues are finished
T1h
Time Estimate 1 Hour
tech-debt
A feature/requirement implemented in a sub-optimal way & must be re-written
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
At present
items
use the built-inbigint
id
as a primary key:This is fine in a single DB instance and **server-side rendered
App
.But it won't work for offline-first Mobile
App
...Todo
cid
https://github.com/dwyl/cid toitem
schema andcid
based on the initial content of of theitem
to insert into the DB.cid
for all public facing API calls instead of the numeric index to make unique content addresses.item.cid
in thelist_items.seq
Reorderingitems
#145 so they areStrings
notBigint
.The text was updated successfully, but these errors were encountered: