Freso
January 19, 2018, 6:28pm
1
Meeting start: Making sure you're not a bot!
Agenda
Reviews
Making sure you're not a bot!
ApeKattQuest_MonkeyPython:
more students have done instrument tasks!
so far they’ve also done rather good work on their research!
this has kept me occupied with also adding instruments!
on Saturday was my birthday! yaay!
I’ve also found time to add some releases (notes booklets with attached cd’s)
and still working on the rock furore mess.
trying to keep up with kids and their enthusiasm!
also today I was away picking up my wretched computer, all fixed. yay!
Making sure you're not a bot!
Making sure you're not a bot!
Making sure you're not a bot!
Making sure you're not a bot!
Making sure you're not a bot!
Making sure you're not a bot!
Leftmost_Cat:
I’ve been working with chhavi_, who has put together some great wireframes for BB. Things are progressing quite well there.
I’ve also done some prelim work on dockerizing, which is going slowly because I have no idea what I’m doing, but it’ll get there.
Making sure you're not a bot!
Making sure you're not a bot!
Making sure you're not a bot!
Making sure you're not a bot!
Making sure you're not a bot!
@naiveaiguy
Making sure you're not a bot!
upgraded the Cb editor to SimpleMDE, and got it merged, which is my first significant contribution to open source!
also came up with the idea of language detection and implemented it
thanks to excellent advice from anshuman73
anshuman73 is trying to test that rn
i’m going to be working on many non-coding tasks this week
also experimenting with the SQL charts thing
all in all committed to making this week a huge success and being more productive
Consolidated contributing guidelines video
Making sure you're not a bot!
due to the high number of new contributors coming thanks to GCI
I was thinking that we should consolidate all our contributing information into one big video/document
right now, the spread out information may be confusing to newcomers
made a gist with what I think should be included:
https://gist.github.com/eshansingh/c558c0640dfbd7801cae76872f0c4214
@Freso pointed out How to Contribute - MusicBrainz (and that it needs updating), @iliekcomputers noted that all GitHub/code projects have a contributing.md file.
@samj1912 noted that he «[does]n’t think think [he] would watch a video about that» but would read a wiki page and also pointed to https://whatcanidoformozilla.org/ as a possible way of achieving something like this. @chhavi showed that there’s also What can I do for Fedora? - @samj1912 suggests using http://whatcanidofor.metabrainz.org/
There was some talk of doing it as a GCI task, or as a series of GCI tasks, but it would depend on one or more mentors picking it up and formulating tasks for it.
In summary:
@samj1912
For indexing you probably want to create a table in the database containing the id’s of items that need to be added to the search index.
You can then add a trigger for each table in the database that will fire on insert or update and have this trigger insert a record to this queue table.
The indexer tool just needs to have a loop that select one or a small number of id’s from this queue table, add the items to the index and deletes the id’s once done.
When building your first index you can run an insert into queue_table as select query to add everything to the queue.
Yup, that’s what we were doing. There was a slightly different problem although it’s fixed now. It should be there in the minutes from later meetings.