dwyl / phoenix-ecto-append-only-log-example

📝 A step-by-step example/tutorial showing how to build a Phoenix (Elixir) App where all data is immutable (append only). Precursor to Blockchain, IPFS or Solid!
GNU General Public License v2.0
78 stars 7 forks source link

Refactor Append-only Example from UUID to use CID #22

Open RobStallion opened 5 years ago

RobStallion commented 5 years ago

@nelsonic based on the following comment you made in here...

The work to make Phoenix append-only is "on-going". Once CID is complete we will need to integrate it into our Example: https://github.com/dwyl/phoenix-ecto-append-only-log-example and then add it to Alog (which will need to be re-worked to make the log "generic" ... tbd.)

Would I be correct in assuming that now that CID has been published, updating this example is the next priority (one of the next priorities) on the list?

nelsonic commented 5 years ago

@RobStallion thanks for opening this issue. I was about to create it ... 👍 Please estimate and proceed. thanks. ✨

RobStallion commented 5 years ago

@nelsonic I have had a brief read through the current example and the alog code and have a few question/thoughts on how things might/will change when we use CIDs.

I am going to open a separate issue so that it is easier for people to comment with their thoughts for how that particular function will work.

nelsonic commented 5 years ago

@RobStallion sounds good. We can do another Zoom Call later today (or Monday) to go through it. 👍

RobStallion commented 5 years ago

@nelsonic Yeah I'd be up for that. I'll write up my thoughts in issues first though so that others can comment and maybe join if that makes sense 👍