TechnionYP5777 / Bugquery

Bug query
9 stars 1 forks source link

Karma and Todos for Doron Meshulam #69

Open mdoron opened 7 years ago

mdoron commented 7 years ago

Tasks I've been thinking about for now regarding my integration.

yossigil commented 7 years ago

Please study all issues. I think you should also arrange the vacation and do so admin stuff for the group..

mdoron commented 7 years ago

Attendance List

The list will be presented in the following manner: ${Attendance List}

Grammar

Date: dd/mm
Project Name: "Spartanizer" | "BugQuery"
Late Arrival Minutes: "#"
Early Leaving Minutes: "#"
Node: "<"${Date}", "${Project Name}", "${Late Arrival Minutes}", "${Early Leaving Minutes}">" | None
Comment: "//"alphanumeric | "/*"alphanumeric"*/"
Weekly Report: "Week #: ["${Node}", "${Node}"]" ${Comment}
Attendance List: ${Weekly Report} | ${Weekly Report}"\n"${Attendance List}

The List

Week 5: [None, <24/04, BugQuery, 0, 0>] / On 23/04 there was no meeting but presentation which I got a permission to be absence from both from @AdiOmari and @yossigil, and not to take a week off because of it. / Week 15: [<02/07, BugQuery, 0, 0>, <03/07, BugQuery, 10, 0>] // No meetings, reality test Week 14: [<25/06, BugQuery, 0, 0>, None] // Final meeting Week 13: [<18/06, BugQuery, 0, 0>, None] Week 12: [None, None] // Week 10 in vacations - I was on a week off but eventually there were no meetings this week since Yossi canceled. Week 11: [<4/06, BugQuery, 0, 0>, <05/06, BugQuery, 0, 0>] // Costumer game - no meetings. Sunday - participated ASAT approved Karate competition. Week 10: [None, None] Week 9: [<21/05, BugQuery, 0, 0>, None] Week 8: [<14/05, BugQuery, 0, 0>, None] Week 7: [<07/05, BugQuery, 0, 0>, None] Week 6: [None, None] // Week of Independence day (short week), no meetings this week. Week 5: [None, None] // Private talks with Yossef, no meetings this week Week 4: [None, None] // After Passover there were no meeting (short week) Week 3: [<02/04, BugQuery, 0, 0>, <03/04, BugQuery, 0, 0>] Week 2: [<26/03, Spartanizer, 20, 0>, <27/03, Spartanizer, 0, 0>] Week 1: [None, <20/03, Spartanizer, 0, 0>]

FYI: @yossigil

yossigil commented 7 years ago

:+1: thanks Doron!

mdoron commented 7 years ago

Sorry for not keeping track of this, I stopped because the message was delivered... I'll finish it if you'd like

mdoron commented 7 years ago

In short, tasks I achieved during the semester which identifies I learned keys in software engineering:

My self estimation of my grade would be delivered on request.

yossigil commented 7 years ago

Good job Doron. @AdiOmari and I wish to find points in your favor. Don't miss any, but on the other hand, I ask that you update the table of late arrivals for this semester.

mdoron commented 7 years ago

@yossigil Updated. I'm pretty sure I didn't miss anything but the indexing of the weeks is not the same as in the vacations issue.

yossigil commented 7 years ago

I thought you were late to the last meeting?

mdoron commented 7 years ago

I'm sorry but I don't remember such thing. I remember arriving precisely on time (12:30).

yossigil commented 7 years ago

To conclude, what are the best 3 issues you handled?

mdoron commented 7 years ago

Since I was the main developer of the plugin this semester, I was responsible for the ideas in the plugin, and to implement them. Some issues I handled:

  1. Exploring and creating the BugQuery marker system skeleton #72. In later issues I finished building it and added another layers for the system.
  2. Putting the markers on the right lines within a file #122 . Issued derived from this one: a. Within project: receiving the project name and using it #121 b. Within a package: #124
  3. Each marker sends the user to the BugQuery website #168

These are five, but the #121 #122 #124 github issues are all related to one issue of putting the markers on the right lines (although required different work in order to solve them).

Also, as a part of developing the plugin, I had to fix extreme cases in a unique way. For example #132.