Conversation
|
Okay! To get things together for Justin's UX changes... i wanted to run down a few things here. We discussed adding a The possible states for a
I'll make these changes to the models and we can roll forward unless anyone has any other thoughts/objections. |
|
@knowtheory That sounds right. Where will we store/read |
|
So these migrations include a |
|
Oops, sorry i meant on |
5554712 to
24245f4
Compare
…ts service (circlet)
…t serializer instead of getting the project from the collaborations object
914a93a to
9e8f948
Compare
Migrations for documentcloud platform and Collaboration Project relationship
This will enable smoother transition when migration to the accounts service (circlet). Migrations include:
organization_project relationship
adding membership_id to collaborations (db backend only, fe disabled)
adding omniauth columns to account in preparation for dc_omniauth
Also test fixes and removes unused test for previous omniauth implementation that is not used.
Add collaboration serializer using AR serializers
e.g.
CollaborationSerializer.new(Collaboration.first).to_jsonor.as_json