Marko Stijak

Results 42 comments of Marko Stijak

I agree, that would be great. Dropbox and Google Drive are also very interesting options. It seems that Google supports implicit [auth flow](https://developers.google.com/identity/protocols/OAuth2UserAgent) which could be used for this, although...

By default, the data is stored in browser's localStorage.

The `identifier` is just an id pointing to the active board. By putting it in the url, boards become linkable. Regarding storing lists locally, I'm not sure if that is...

@nnako Sorry for a late reply. I don't have an outline, so I wrote my ideas in a new issue #18. Please comment there what would you like to see...

@nnako You can find it here: https://github.com/mstijak/tdo/blob/master/app/data/middleware/persist.js. You can simply type localStorage.tdo in the console and you'll see all data (json encoded).

@nnako This diagram looks very nice. I would remove CircleCI from this picture as it's just a tool used to publish `tdo` to GitHub Pages. Regarding your original idea, I...

OMG, just run `yarn start` or `npm start` (it's written in the README). That will start a local server and open the browser. JS and CSS get automatically compiled and...

I'm not sure why that happens. It seems like an older version of CxJS is used which is missing `manifest.js`. I just updated all dependencies. Can you please pull and...

Strange, I don't get the same error. I have removed ampersands. Now?

@jacekk Unfortunately, GitHub releases for CxJS are not in sync with npm releases. We need to do a better job in that area.