-
Notifications
You must be signed in to change notification settings - Fork 26
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
SPIKE: PaperTrail
?
#106
Comments
After mentioning in dwyl/app#276 (comment), I look at other options but only |
@LuchoTurtle thanks for taking a look at this. 👍 |
From what I've tinkered with |
@LuchoTurtle thank you for insightful Demo during standup. It looks like we can use |
This should be closed due to https://github.com/dwyl/phoenix-papertrail-demo |
Thanks again @LuchoTurtle 👍 |
Investigate if we can use
PaperTrail
: https://github.com/izelnakri/paper_trailto store version history of
items
in ourApp
(MVP
).Todo
and determine if it already has the features we need for our
App
.Ultimately what we want is an Operational Transform Log dwyl/app#276
so that changes made in our
App
can easily be "replayed" by someone joining a teamor undone if the change is not desired.
If
PaperTrail
can enable this, we should consider using it because it appears to be maintained. 💭The text was updated successfully, but these errors were encountered: