Skip to content

Latest commit

 

History

History

week-07

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Coding Period 2 Work

semana siete

  • This week, I mostly focused on adding support for other data sources like pipermail and meetup.
  • We discussed the metrics that we can add for pipermailqm. vchrombie/gsoc#11
    • number of emails
    • number of replies
    • number of threads
    • number of users
  • I worked on these metrics and implemented all of them. 💯
  • We also discussed the metrics and implementation possibilities for meetupqm. vchrombie/gsoc#14
    • number of RSVPs
    • number of comments
    • number of yes RSVPs
  • There is one particular case in the meetup metrics. The number of yes RSVPs is not a per day metric, unlike the other. It would be a per event metric. We decided to use the event date as the required datetime field. 🕴️
  • There were two pending metrics from the gitlabqm (number of issues/merge requests attended) that we proposed earlier. I completed their implementation this week. vchrombie/gsoc#8
  • Now that we will have meetup on the list, we are planning to do a pilot study on all the projects of GitLab.org in the upcoming week.
  • I'll also work on finishing the meetupqm enricher and work on tests for enrichers too in the next week.