You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the pack field with contribution storage with a packs array. For now, this will always just have a single pack in it, but this will faciliate cross-project contributions and is an easy step to do right now.
It could be split with API giving an interface for the implementation. Question is: What services are using the API? Do they all need access to this? I would prefer no rename and a union field type for this:
I don't like the idea of changing the type and not the name, since that way it's significantly harder to track down bugs. By making the field itself invalid, breaking changes are much more obvious. Additionally, I want to update the contribution json itself to store contributions in this way, meaning having this union type would be pointless
We should transition slowly with 2 POST endpoints on API before breaking things or just allow both packs types in that endpoint interface, and treat .
2 GET endpoints should remain as long as features are not implemented on the frontend side
Is your feature request related to a problem?
#39
Describe the feature you'd like
Replace the
pack
field with contribution storage with apacks
array. For now, this will always just have a single pack in it, but this will faciliate cross-project contributions and is an easy step to do right now.Screenshot(s)
Notes
This will require a decent number of things to be changed:
The text was updated successfully, but these errors were encountered: