Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release model #25

Open
keighrim opened this issue Aug 7, 2023 · 1 comment
Open

release model #25

keighrim opened this issue Aug 7, 2023 · 1 comment
Milestone

Comments

@keighrim
Copy link
Member

keighrim commented Aug 7, 2023

Right now, there's no fixed release model for the MMIF-viz, but for some reason, we are keeping develop branch. If the develop branch is supposed be a place for snapshot versions, we should have a better release model with a concrete versioning scheme based on PRs from develop to main. Otherwise, namely if you don't use a particular release model and just continuously update the app, the probably we don't need develop branch at all, and instead we can have a daily "deployment" to ghcr as a docker image.

A few things to consider.

  1. mmif-viz has a dependency on the format of MMIF, and thus each "release" of mmif-viz should be bound to a specific version of mmif.
  2. mmif-viz is not a clams app, and we don't have any "consumer" specification in the clams-python package (yet), so at the moment, technically, mmif-viz should not depend on clams-python, but only on mmif-python
  3. dockerization with the static/data symlink hardcoded to /data will cause lots of problems when running with other apps, so we need to figure out either
    1. a way to serve static files outside of static directory, OR
    2. dynamically (or from a pre-configured value) generate symlinks under static/ dorectory.
@clams-bot clams-bot added this to infra Aug 7, 2023
@github-project-automation github-project-automation bot moved this to Todo in infra Aug 7, 2023
@keighrim
Copy link
Member Author

With merge of #27, I deleted develop branch that was (I think) never relevant, but only added lots of burden of merge conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Next
Development

No branches or pull requests

1 participant