MarkSeliverstov / MFF-bachelor-work

CUNI MFF | Bachelor project
MIT License
1 stars 0 forks source link

Add option to client only webapp #12

Closed skodapetr closed 3 months ago

skodapetr commented 6 months ago

We can add a build option, or even build target (separate entry point) where instead of fetching the files from a URL, user would need to provide inputs files (annotations, entities) from their computer.

As a result it would be possible to deploy the web-application as a static website. Of course this deployment would errored when user try to open entity using query arguments.

Another options, they can be implemented simultaneously, is to set URL for annotations and entities files using query arguments. That should be easy to do.

MarkSeliverstov commented 3 months ago

Done by defining urls in different envs