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

Enable adding/deleting objective contributors #842

Closed
wants to merge 2 commits into from

Commits on Aug 28, 2023

  1. Load external objectives in the timeline view

    Load external objectives (objectives that the current item are
    "contributors" to (as per a new `objectiveContributors` table)) in the
    timeline view.
    
    There is currently no way to create `objectiveContributors` entries in
    the web UI, but this lays the groundwork for it.
    simenheg committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    8397dc0 View commit details
    Browse the repository at this point in the history
  2. Enable adding/deleting objective contributors

    Add functions for adding and deleting objective contributors. The
    editing UI for it is temporary disabled until the rest of the UI for
    the feature is in place.
    simenheg committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    958f5c5 View commit details
    Browse the repository at this point in the history