QutEcoacoustics / workbench-client

workbench-client: a client side browser application for interacting with acoustic workbenches
Other
8 stars 1 forks source link

Refactor out ViewUrl to its own interface #2079

Open hudson-newey opened 1 year ago

hudson-newey commented 1 year ago

Since some AbstractModel's are now write only/read only/sub models, all abstract models no longer have an associated client page.

We should therefore refactor out the abstract method ViewUrl from AbstractModel to its own interface