Core team IRC meeting on Tuesday, April 11

We’ll have a meeting on IRC next Tuesday, April 11, at 17:00 CEST. Anyone reading this is invited to join #remotestorage on Freenode and chime in.

The broad topic will be the path to a 1.0.0-beta release of remoteStorage.js:

  • Merge of the noglobal branch to master; moving 0.14.0 to a seperate stable branch
  • Sync documentation
  • Complete the new (seperate) widget and documentation
  • Completely remove Promise.defer
  • Potential event for WWWTF Berlin

See you on Tuesday!

sorry I missed it! that was stupid of me. I did read the irc logs on https://waves.kosmos.org/logs/freenode/remotestorage/2017/04/11. will try not to forget the time for the next one! :slight_smile:

Also, @les it probably makes sense for us to have a voip meeting and walk through the sync code and the indexeddb write-batching, in case you have any questions about design choices. it’s been a while, and some of it probably changed since i last worked on it, but who knows, maybe i can help answer some of the questions you undoubtedly ran into while digging into the code :slight_smile:

Thanks to everybody who joined the meeting. As @michielbdejong already mentioned, you can find the logs at https://waves.kosmos.org/logs/freenode/remotestorage/2017/04/11.

Here’s a summary of what we talked about and decided on:

  • We are going to merge the noglobal branch into master and version it as 1.0-alpha.
  • The current master will become the stable branch.
  • We create new issues for the proposed API changes and all other changes needed for the 1.0 release.
  • These issues are going to be grouped in a 1.0 milestone.
  • The current changes in regards to sync still need to be documented.
  • We should look through all documentation in the doc directory and check if everything is still up-to-date.
  • We will have regular (bi-weekly) meetings via IRC in the future.
  • There was a PR once that removed the Promise.defer calls, but we didn’t merge it. Maybe we can still use the code to get rid of the remaining calls in the noglobal branch.
  • We will start a new forum topic to discuss possible event(s) we can do for http://wwwtf.berlin/

Thanks for the notes!

Btw, there’s already a wwwtf topic, which we can use: WhatTheFest Berlin, May 2017

ops, probably a misunderstanding, with “sync documentation” I meant “we need to sync documentation between how things works and how they are documented”, in @galfert report points are:

  • We should look through all documentation in the doc directory and check if everything is still up-to-date.
  • The current changes in regards to sync still need to be documented.