LordSputnik, I have to thank you for breathing new life into the project.
2015-03-14 07331, 2015
LordSputnik
Leftmost: oh that's no problem :D
2015-03-14 07327, 2015
Leftmost
I look on BookBrainz with the fondness of a parent looking on their child, but I don't always have the energy/attention to give to it. I am a neglectful parent. :-P
2015-03-14 07343, 2015
LordSputnik
You did the same thing 10 months ago :)
2015-03-14 07327, 2015
LordSputnik
err, that is, breathe new life into it, not neglect it :P
2015-03-14 07332, 2015
Leftmost
Haha.
2015-03-14 07312, 2015
Leftmost
Heh, so on the first we'll presumably be able to add books and creators and the like, but not to edit or delete them. We're almost halfway to OpenLibrary's functionality!
2015-03-14 07329, 2015
Leftmost
Oh, I'm planning to tackle an ES-based search this week as well if I have time.
2015-03-14 07322, 2015
Leftmost
I'm thinking integrate that into -ws and have -site consume it.
2015-03-14 07330, 2015
LordSputnik
Oh, I expect we'll be able to edit, merge and delete in the WS
2015-03-14 07343, 2015
LordSputnik
It's just how much of that we manage to translate into features on the site
2015-03-14 07359, 2015
Leftmost
Fair enough. :) So we'll be doing better than OpenLibrary is what you're saying.
2015-03-14 07315, 2015
LordSputnik
Haha, doesn't OpenLibrary allow merging?
2015-03-14 07325, 2015
Leftmost
Not by users, last I tried.
2015-03-14 07349, 2015
Leftmost
You had to ask staff to merge or delete when I last played with it.
2015-03-14 07316, 2015
LordSputnik
Oh ok
2015-03-14 07325, 2015
LordSputnik
Mind you, they have a slight head start on data :P
2015-03-14 07346, 2015
LordSputnik
Hence my question in #musicbrainz, which no-one has answered yet :P
2015-03-14 07351, 2015
Leftmost
Sure, but we'll catch up when people realize you can make data not-crap. :-P
2015-03-14 07351, 2015
LordSputnik
Oh, wow
2015-03-14 07355, 2015
LordSputnik
Leo sent me a BB message
2015-03-14 07334, 2015
LordSputnik
Oh wow x2, Leo implemented a reply button that works really nicely
2015-03-14 07319, 2015
LordSputnik
To be honest, our messaging system rocks, and MB should adopt it
2015-03-14 07332, 2015
LordSputnik
It's like a mini gmail in the site
2015-03-14 07330, 2015
Leo_Verto
oh, the reply button was pretty trivial once I added GET parameters for recipients and subject :P
So theoretically, if mesa violated their license, you could pull a Wolfereness and DCMA it all down now :P
2015-03-14 07353, 2015
Freso
Nice.
2015-03-14 07314, 2015
Leo_Verto
also I just discovered w3schools has bootstrap and angular tutorials and references
2015-03-14 07309, 2015
LordSputnik
So.. err ... a third of all our site commits have been in the last week
2015-03-14 07318, 2015
LordSputnik
At this rate we'll be at #200 by the end of the month
2015-03-14 07312, 2015
Leftmost
:-D
2015-03-14 07358, 2015
LordSputnik has left the channel
2015-03-14 07348, 2015
bookzombie
[bookbrainz-schema] LordSputnik pushed 1 new commit to master: http://git.io/pdHJ
2015-03-14 07349, 2015
bookzombie
bookbrainz-schema/master bfc7a79 Ben Ockmore: Fixed foreign key setup in alembic scripts. Changed nullable value from 0 to False, since it should be boolean.
LordSputnik, do you have specific concerns about areas where waterline's database assumption could cause us problems?
2015-03-14 07341, 2015
Leftmost
I'm not seeing how backbone is really any better-suited to using a REST API. In fact, I can't figure out how you hook it up to a REST API. I might be missing something easy, but the only adapter they talk about is local storage.