Discussion:
[mb-devel] Dev chat reminder, issue 53d1b30d-93f8-4022-98cd-e97363530e4e
Statler & Waldorf
1970-01-01 00:00:00 UTC
Permalink
We've got our weekly dev chat on 2015-06-22 on IRC in #musicbrainz-devel on irc.freenode.net. We're going to meet at Regular Meeting Time [1] (19:00 UTC) [2].

If there is any topic you would like to discuss during the meeting, please add it to the agenda in the channel topic.

[1] http://musicbrainz.org/doc/Development_Chat
[2] http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150622T19
--
This message brought to you by https://github.com/mayhem/statler-waldorf
Don't even think of responding to this email. We won't answer! http://goo.gl/FSZdF
Shadab Zafar
2015-06-22 17:35:54 UTC
Permalink
This week I...

Did Some work on the revisions-ui branch:
* Revisions list is now paginated, 10 per page
* Revisions can be accessed from the Webservice too

Pull: https://bitbucket.org/metabrainz/critiquebrainz/pull-request/273/cb-29-revisions-ui/diff

Started working on a moderation interface:
* While creating a report, a user is asked what they found wrong
with the review.

* A /reports/ view, only accessible by administrators, now lists all
the reports.

* From this interface, actions like 'Edit Review' / 'Delete Review'
/ 'Delete Report' can be taken.

Pull: https://bitbucket.org/metabrainz/critiquebrainz/pull-request/275/cb-157-wip-moderation-interface/diff
Post by Statler & Waldorf
We've got our weekly dev chat on 2015-06-22 on IRC in #musicbrainz-devel on
irc.freenode.net. We're going to meet at Regular Meeting Time [1] (19:00
UTC) [2].
If there is any topic you would like to discuss during the meeting, please
add it to the agenda in the channel topic.
[1] http://musicbrainz.org/doc/Development_Chat
[2] http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150622T19
--
This message brought to you by https://github.com/mayhem/statler-waldorf
Don't even think of responding to this email. We won't answer!
http://goo.gl/FSZdF
_______________________________________________
MusicBrainz-devel mailing list
http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-devel
Thanuditha Ruchiranga
2015-06-22 18:05:28 UTC
Permalink
I basically spent the whole week working on implementing the Explore page
with ReactJS allowing for browsing Artists only just as my mentor
requested. By yesterday I had the work almost completed with tabular
results showing up for the browse queries generated through the UI. Only
thing that was missing was pagination of results and I am working on it now.

The work I did was pushed to Bitbucket[1] and I plan on improving it and
working on the fixes suggested by my mentor in the next couple of days.

[1] -
https://bitbucket.org/ruchiranga/musicbrainz-server/commits/07fefeb628db5201a1dfbffc74ebaab0#comment-2031565
Post by Statler & Waldorf
We've got our weekly dev chat on 2015-06-22 on IRC in #musicbrainz-devel
on irc.freenode.net. We're going to meet at Regular Meeting Time [1]
(19:00 UTC) [2].
If there is any topic you would like to discuss during the meeting, please
add it to the agenda in the channel topic.
[1] http://musicbrainz.org/doc/Development_Chat
[2] http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150622T19
--
This message brought to you by https://github.com/mayhem/statler-waldorf
Don't even think of responding to this email. We won't answer!
http://goo.gl/FSZdF
_______________________________________________
MusicBrainz-devel mailing list
http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-devel
--
*Ruchiranga Wickramasinghe*
Undergraduate | Department of Computer Science and Engineering,
University of Moratuwa,
Sri Lanka.
Jeff Weeks
2015-06-22 18:56:38 UTC
Permalink
I'll hop on this train too.

This week I spent most of my time reading through Andrea Gazzarini's Apache
Solr Essentials (tremendous instructive resource) and working through
mbsssss and each core's schema.xml and solrconfig.xml files. After
struggling to figure out how the current search server's
org.musicbrainz.search.index package was going to work in Solr, I realized
that most of that is just going to translate into defining field types and
analysis chains in the Solr configuration.

I also discovered that some of the configuration will have to change. For
example we can't use analyzers on StrField types, Solr only allows them on
TextField types. Also, some of the analysis chains in the previous setup
look like they will create duplicate documents in the Solr index. We might
also consider changing some fieldtypes (currently all of our field types
are string and text) to aid future improvements (faceting, "more like
this", stats for numeric fields, etc.) but I'm focused on just matching the
current functionality for now.

This week I hope to finish up with mbsssss and get started with
implementing support for the last few search fields in sir:
https://github.com/mineo/sir/issues/6

I'm hoping to get a sandbox up and running shortly after my GSoC midterm
evaluation. According to my proposal, I slotted 7/13 for launching the
test server and I believe that is realistic.

Jeff Weeks
Post by Statler & Waldorf
We've got our weekly dev chat on 2015-06-22 on IRC in #musicbrainz-devel
on irc.freenode.net. We're going to meet at Regular Meeting Time [1]
(19:00 UTC) [2].
If there is any topic you would like to discuss during the meeting, please
add it to the agenda in the channel topic.
[1] http://musicbrainz.org/doc/Development_Chat
[2] http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150622T19
--
This message brought to you by https://github.com/mayhem/statler-waldorf
Don't even think of responding to this email. We won't answer!
http://goo.gl/FSZdF
_______________________________________________
MusicBrainz-devel mailing list
http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-devel
Loading...