Skip to content

Commit

Permalink
feat: Update all dependencies and ensure tests pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-coster committed Aug 20, 2021
1 parent a5aa22e commit 06a9e78
Show file tree
Hide file tree
Showing 6 changed files with 206 additions and 158 deletions.
11 changes: 10 additions & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

### General TODO

- Revisit "Columns" implementation to more intuitively reflect what it's *for*.
- Add
- Revisit "Custom Fields" implementation to make sure it reflects how Custom Fields are used.

### User Stories

The things that we (Bscotch) want to enable via Bravo.

- Find a card on a board by name, and update any of its Custom Status Fields to a different value (matching by *name*).
- Custom Fields are GLOBAL in the API, and there is no way to filter them by board. Thus we need to be able to fetch a SAMPLE card from a board (probably offline) and then use that as a reference to get the relevant Custom Field IDs.
-

### Feature List


Expand Down Expand Up @@ -66,6 +74,7 @@ Ordered hierarchically by the Favro data model (not by priority order):
- 🔥 Cache cards to reduce API calls (cards change frequently, so this might be a bad idea anyway)
- Custom Fields
- ✔ Fetch and cache Custom Field definitions
- Add Card method to return hydrated Custom Field Definitions and Custom Field Values
- ~~Create Custom Field~~ (No API endpoint for this)
- ~~Delete Custom Field~~ (No API endpoint for this)
- ~~Update a Custom Field~~ (No API endpoint for this)
Expand Down
Loading

0 comments on commit 06a9e78

Please sign in to comment.