Skip to content

Let hillcharts move a list's position on the hill #704

Description

@notolivaresf

basecamp hillcharts can show a chart and track or untrack lists, but it can't move a list's dot along the hill. We use the CLI to keep a project up to date as work happens: to-dos, cards, messages and chat all update automatically. The hill chart is the one piece we still have to update by hand in the web app.

It looks like the public API doesn't support this yet either. sections/hill_charts.md in bc3-api documents getting a chart and changing which lists are tracked (PUT /todosets/:id/hills/settings.json), but nothing for updating dot positions. So this might need an API endpoint first.

What would help:

basecamp hillcharts move <todolist-id> --position 60 --in <project>

Ideally it would also post a hill chart update with an optional note, the way moving dots in the web app does, so the change shows up in the project's activity.

Thanks!

p.s. I'm Fernando, from work, this is just my hobby Github account 😆

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions