Inspiration
A key part of sprint planning is understand capacity - this widget makes it easy to see how accurate estimates were over a specified period of time, and filter by user to see how estimations compare across the team

What it does
The user can specify any number of boards and users to show a comparison between the estimated time and tracked time and see the overall trend of estimation in a period of time or for a specfic user
How I built it
Going off the example app, I built out the functionality to pull in tasks calculate the
Challenges I ran into
Getting the dates right was a little fiddly - the date-fns was very useful in getting those correct
What I learned
The monday.com API was very well-documented so a lot of the setup was easy in terms of finding how to access certain bits of info from the boards and settings. With the nature of persisting things using the mondaysdk.storage. method, this was definitely a learning experience when it came to figuring out the asynchronous program flow.
What's next for Monday.com Time Estimation Widget
I'd like to add some functionality for seeing graphs of the trend over time, and also to test some less-happy paths to make this even more robust
Log in or sign up for Devpost to join the conversation.