| Adrià Vilanova MartÃnez | f8196c1 | 2025-05-15 16:07:01 +0200 | [diff] [blame] | 1 | # Roadmap |
| 2 | |
| 3 | Until we have a proper issue tracker, here are some of the things we have |
| 4 | planned for the future: |
| 5 | |
| 6 | - Set up CI/CD. |
| 7 | - Fix known bugs: |
| 8 | - When starting the backend, it will send a watch request to Google |
| 9 | Calendar even if a webhook is already active, so we will end up receiving |
| 10 | duplicate requests |
| 11 | - Refactor code. |
| 12 | - Send mail to Cadiretis when an Office-type assignation is changed. |
| 13 | - Add more configuration options. Right now a lot of options are hard-coded in |
| 14 | the codebase which doesn't make this program useful for other people. This |
| 15 | change will allow everyone to adapt this program to their needs. Some |
| 16 | examples of things which should be configurable. |
| 17 | - Ability to customize who to notify of changes (generalizing the previous |
| 18 | bullet point). |
| 19 | - Ability to customize the working location types. |
| 20 | - Set up a proper issue tracker ;) |