ace-lab / planning-poker

Planning Poker is a Rails application for Story Estimation with Pivotal Tracker. It uses push notifications (Faye), Bootstrap and Font-Awesome.
0 stars 1 forks source link

Analysis #35

Closed an-ju closed 5 years ago

an-ju commented 5 years ago
adnanhemani commented 5 years ago

One feature request: have the name of the Pivotal Tracker project that generated the meeting show in the meetings page. Without it, it's hard to tell which team is associated with which meeting.

adnanhemani commented 5 years ago

Wait, also now that I think of this, the Activity.infer_meeting doesn't actually segregate activities per Pivotal Tracker team. So in this way, if another team starts a meeting before 1hour before the end of another team's meeting, this will just group all of them together into one meeting. This isn't the intended functionality of this feature.

an-ju commented 5 years ago

This is a quick solution to see the meetings. It is true that this does not handle overlaps, but my assumption is that this won't be a big issue. As for showing the team's name, that can't be done without external input, which wouldn't add more complexity. So I think for this simple solution, we don't need that much.

an-ju commented 5 years ago

My plan is to merge and deploy this one, so we can see how the inferences do. Then we can make it better by adding more features and handling more scenarios.