vikiru / CodeSmell

A tool for detection and visualization of code smells for object-oriented languages.
https://vikiru.github.io/CodeSmell/jfx/module-summary.html
MIT License
4 stars 0 forks source link

Weekly Scrum - Oct 31 to Nov 7 #5

Open vikiru opened 2 years ago

vikiru commented 2 years ago

What have I done this week? (with link(s) to the relevant GitHub Issue(s)):

What will I do next week? (with link(s) to the relevant GitHub Issue(s)):

What is holding me back? (if applicable):

Sabin-Pla commented 2 years ago

What have I done this week? (with link(s) to the relevant GitHub Issue(s)): Created branch refac-skeleton to support drawing class rectangles to screen https://github.com/vikiru/CodeSmell/pull/6

Finalized skeleton design complete with interface (i.e, a getCpg function) for the code parser (and a dummy parser with test data)

What will I do next week? (with link(s) to the relevant GitHub Issue(s)): View: Rendering class relationship arrows and content

What is holding me back? (if applicable):

GolanHassin commented 2 years ago

What have I done this week? (with link(s) to the relevant GitHub Issue(s)): I worked on having code read java files, identify the class names, and list all the methods in the class

What will I do next week? (with link(s) to the relevant GitHub Issue(s)): Work with the parser and link up the code from the previous week so that the code property graph can be populated with the methods can casses

What is holding me back? (if applicable): Nothing at the moment

vikiru commented 2 years ago

What have I done this week? (with link(s) to the relevant GitHub Issue(s)):

(#4)

What will I do next week? (with link(s) to the relevant GitHub Issue(s)):

What is holding me back? (if applicable):