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

Customizing OrbitDB Chapter added #132

Merged
merged 59 commits into from Jun 1, 2021
Merged

Customizing OrbitDB Chapter added #132

merged 59 commits into from Jun 1, 2021

Conversation

CSDUMMI
Copy link
Contributor

@CSDUMMI CSDUMMI commented May 20, 2021

I refer to #131 for further details on this PR.

CSDUMMI and others added 30 commits May 20, 2021 15:11
…ntroduction added.

Thus the introduction content is finished.
Copy link
Member

@aphelionz aphelionz left a comment

Choose a reason for hiding this comment

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

This looks fantastic and I'm really excited to get it merged.

Here's the first batch of mostly grammatical issues. Have to go afk for a bit but I'll be back to it soon. Overall - review the rules for commas and when in doubt exclude them: https://www.btb.termiumplus.gc.ca/tpv2guides/guides/pep/index-eng.html?lang=eng&page=punct_2_commas_that_clutter

05_Customizing_OrbitDB/00_Introduction.md Outdated Show resolved Hide resolved
05_Customizing_OrbitDB/00_Introduction.md Outdated Show resolved Hide resolved
05_Customizing_OrbitDB/00_Introduction.md Outdated Show resolved Hide resolved
05_Customizing_OrbitDB/00_Introduction.md Outdated Show resolved Hide resolved
05_Customizing_OrbitDB/00_Introduction.md Outdated Show resolved Hide resolved
05_Customizing_OrbitDB/03_Defining_the_Index.md Outdated Show resolved Hide resolved
05_Customizing_OrbitDB/03_Defining_the_Index.md Outdated Show resolved Hide resolved
05_Customizing_OrbitDB/03_Defining_the_Index.md Outdated Show resolved Hide resolved
CSDUMMI and others added 8 commits May 31, 2021 20:29
Co-authored-by: Mark Robert Henderson <henderson.mark@gmail.com>
Co-authored-by: Mark Robert Henderson <henderson.mark@gmail.com>
Co-authored-by: Mark Robert Henderson <henderson.mark@gmail.com>
Co-authored-by: Mark Robert Henderson <henderson.mark@gmail.com>
Copy link
Member

@aphelionz aphelionz left a comment

Choose a reason for hiding this comment

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

Last batch of comments! Looking better and better.

Also, why were the dist files deleted?


It is setup when you create a database
and stored in the Manifest of the database.
(That thing, that the mulithash in the middle
Copy link
Member

Choose a reason for hiding this comment

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

Not really but you can perhaps placeholder the hash


But this also means, you cannot modify your access
controller and it's options after you created
the database.
Copy link
Member

Choose a reason for hiding this comment

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

Gotcha, maybe specify you're talking about the AC type, or method

05_Customizing_OrbitDB/03_Defining_the_Index.md Outdated Show resolved Hide resolved
05_Customizing_OrbitDB/03_Defining_the_Index.md Outdated Show resolved Hide resolved
05_Customizing_OrbitDB/03_Defining_the_Index.md Outdated Show resolved Hide resolved
05_Customizing_OrbitDB/06_AccessControllers.md Outdated Show resolved Hide resolved
05_Customizing_OrbitDB/06_AccessControllers.md Outdated Show resolved Hide resolved
05_Customizing_OrbitDB/06_AccessControllers.md Outdated Show resolved Hide resolved
05_Customizing_OrbitDB/06_AccessControllers.md Outdated Show resolved Hide resolved
05_Customizing_OrbitDB/06_AccessControllers.md Outdated Show resolved Hide resolved
CSDUMMI and others added 3 commits June 1, 2021 07:52
Co-authored-by: Mark Robert Henderson <henderson.mark@gmail.com>
To make clear, that you cannot change the AC type after the creation of a db.
Also used an example address.
Co-authored-by: Mark Robert Henderson <henderson.mark@gmail.com>
Copy link
Contributor Author

@CSDUMMI CSDUMMI left a comment

Choose a reason for hiding this comment

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

Last batch of comments! Looking better and better.

Also, why were the dist files deleted?

If we use CD Actions, we shouldn't need them. But we could put it back.

05_Customizing_OrbitDB/01_Definitions.md Outdated Show resolved Hide resolved
these trees from the oplog or `ipfs-log`.

In the index, we'll see the oplog as an
Array of operations, each containing these fields:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I wanted to use Array because I thought the oplog passed to the Index is of type Array.
This isn't the case?

by choosing how we want to represent the
comments in the Index.

By choosing a data structure and
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I tried to change this a bit.
No by using a numbered list, because that would have been very repetitive.

05_Customizing_OrbitDB/03_Defining_the_Index.md Outdated Show resolved Hide resolved
CSDUMMI and others added 3 commits June 1, 2021 17:37
Co-authored-by: Mark Robert Henderson <henderson.mark@gmail.com>
@aphelionz aphelionz merged commit 0008466 into orbitdb:main Jun 1, 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.

None yet

3 participants