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

Include Analytics #32

Open adnanhemani opened 5 years ago

adnanhemani commented 5 years ago

Allows us to see the analytics for each project.

an-ju commented 5 years ago

There is a new session model but the model is not used. I think having a session view would be very useful. Will that be added?

adnanhemani commented 5 years ago

I wasn't even aware that a session model was made. I don't see why this is even needed. A session view doesn't make much sense, since a session is only for users to log in and stay logged in with their session is active. Could you be more specific for what exactly you were looking for with a session view?

adnanhemani commented 5 years ago

There is a new session model but the model is not used. I think having a session view would be very useful. Will that be added?

I'm actually reverting this change

an-ju commented 5 years ago

I would like to group the activities into IPMs (each IPM is a session, in that case). So we can tell roughly when students have IPMs and how many stories are pointed in each IPM.

an-ju commented 5 years ago

@adnanhemani Can you fix the CI and merge this PR? I'll add the session stuff in a separate PR later.