Discussion:
[mb-devel] Dev chat reminder, issue 00ac9505-2699-4ebd-ab77-8d65f74d8f9b
Statler & Waldorf
1970-01-01 00:00:00 UTC
Permalink
We've got our weekly dev chat on 2015-06-15 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=20150615T19
--
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
Thanuditha Ruchiranga
2015-06-15 17:49:29 UTC
Permalink
Just as I mentioned last week, I spent about a half of this week following
tutorials and trying to understand how reactjs works and how to use it for
my work. During that time there were few configuration issues I found in my
local MB server regarding the JSX transpiler and some other react related
stuff which I could get solved eventually thanks to my mentor :)
After getting everything fixed, I started working on implementing the
browse functionality only for artists. I created the page with react
components showing subcategories for the Artist entity and I am currently
working on querying the web server and displaying the fetched results on
the page.
Post by Statler & Waldorf
We've got our weekly dev chat on 2015-06-15 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=20150615T19
--
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.
Shadab Zafar
2015-06-15 18:43:08 UTC
Permalink
My week comprised of wrapping up the PyMB Events entity pull:
https://github.com/alastair/python-musicbrainzngs/pull/168

Adding a way of viewing old revisions to CB:
https://bitbucket.org/metabrainz/critiquebrainz/pull-request/273

Deploying CB to a personal server (will move it to mbsandbox soon)
You can test out the revisions-ui branch here:

http://167.88.124.249:5000/review/d29e5193-3d8b-409f-9dd4-2802bff2d97b/revisions

And making some miscellaneous fixes to CB:
https://bitbucket.org/metabrainz/critiquebrainz/pull-request/274

Loading...