Hi,
I haven't posted about this to tardis-devel before, so for those of you unfamiliar with the project, let me introduce "MyData", a wxPython GUI for managing uploads to MyTardis from instrument PCs:
MyData requires some changes to MyTardis's RESTful API and some additional data models. We hope to package up these changes into a separate MyTardis app soon, so that MyData's server-side requirements are easy to install on top of MyTardis 3.6. For now, I've been using a separate MyTardis branch, which is currently a few commits behind 3.6, but with a lot of extra commits. I wouldn't recommend trying to merge this with your existing MyTardis branch, because the migrations are a bit of a mess. I plan to reconstruct this branch relative to MyTardis 3.6 after Easter, so that the changes are clearer. Here's the branch I've been using:
https://github.com/wettenhj/mytardis/tree/mydata
Cheers,
James