Skip to content

Board

The Board settings tab holds one thing: whether the app periodically commits and pushes .git-manager/board.json on your behalf, for a GitHub-backed board whose column changes need to reach the team without a manual commit.

Turning on board auto-sync and setting its interval

Auto-sync is off by default — like force-push, it touches the repository on your own behalf, so it is a choice rather than a default. Turning it on unlocks the interval field below it (1 to 120 minutes), and both survive a reload the same way every other setting here does.

Turning on board auto-sync and setting its interval

Captured from the running app by this scenario.

Do this

  1. Reload the application
  2. Open the settings
  3. Open the board settings tab
  4. Turn on board auto-sync
  5. Set the board auto-sync interval to 15 minutes
  6. Reload the application
  7. Open the settings
  8. Open the board settings tab

You should see

  • Board auto-sync is on
  • The board auto-sync interval is 15 minutes

This page is generated from apps/e2e/features/settings-board.feature, the end-to-end test that drives the feature it describes.

MIT licensed · Screenshots exported from the real app by the end-to-end suite.