VEuPathDB / service-eda

Repo containing EDA web service
Apache License 2.0
0 stars 0 forks source link

New EDA analysis property `isShared` #41

Closed bobular closed 3 months ago

bobular commented 3 months ago

This is the back end work related to https://github.com/VEuPathDB/web-monorepo/issues/1097 Duplicates https://github.com/VEuPathDB/service-eda/issues/40 but provides a bit more info?

Add a new isShared property as a sibling to isPublic and displayName and apiVersion etc (e.g. here?)

This should return a default value of false if there is no data actually stored in the database. But see next paragraph...

TO DO: Does this require a new database column? I think it will. What's the process for patching databases? Would this patching fill with the default value false? Where does this ticket go?

What's the order of roll out? 1. database patching, 2. service, 3. front end? Would appreciate @ryanrdoherty's input here.

bobular commented 3 months ago

Closing as duplicate