mirror of
https://github.com/jo/couchdb-best-practices.git
synced 2026-05-16 06:06:00 -06:00
[GH-ISSUE #40] Why is using forward slashes in _id discouraged? #394
Labels
No labels
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/couchdb-best-practices#394
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tlvince on GitHub (May 17, 2015).
Original GitHub issue: https://github.com/jo/couchdb-best-practices/issues/40
Per https://github.com/eHealthAfrica/couchdb-best-practices/issues/39
@jo commented on GitHub (May 18, 2015):
http://docs.ehealthafrica.org/couchdb-best-practices/#a-note-about-/-in-document-ids
@gr2m do you want to add anything?
@gr2m commented on GitHub (May 18, 2015):
Fantastic work!!!! I'd love to be able to deep link to sections, I'll add a separate issue for that (I mean, while reading, I'd like to get the
#anchorURL of the titles, like in GitHub READMEs)What do you mean with
reserve documents?We thought a lot about conflict management, and we have a dream API for future-hoodie: https://github.com/hoodiehq/wip-hoodie-store-on-pouchdb/issues/32. Maybe something interesting in there for https://github.com/jo/pouch-resolve-conflicts
@jo commented on GitHub (May 18, 2015):
reserved documents are meant as a way to enforce uniqueness for certain values, and are linked to the mother document via a 1:1 relation. But I have removed that sentence because it has several implications and would not fit in here.