This repository was archived by the owner on Apr 29, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Meeting Notes
Melis Unsal edited this page May 28, 2024
·
15 revisions
This page provides a repository for documenting discussions, decisions, and action items from meetings within the project or team. It serves as a centralized location for team members to reference important information discussed during meetings, aiding in transparency, accountability, and continuity of work.
- Discussed where/how to start and created initial epics ( Can be found in Home page).
- Everyone will research the project, tech stack, and possible methods until the next meeting.
- A meeting was planned for 29.04 to gather research results before the biweekly meeting with the tutor.
- Discussed two possible libraries: Eclipse Dom and AspectJ.
- Team members will investigate two libraries and get familiar with them.
- Project repo will be downloaded to the local of each member and will try to run it.
Second Meeting:
- Example solutions were discussed and general usage is "go through the whole methods and create/find relationships and look for loops."
- Libary comparison will be prepared between Eclipse AST and JavaParser.
- A meeting was planned for 09.05 at 11:00 to prepare the general solution architecture diagram.
- Each member presented his/her implementation on JavaParser and Eclipse Dom.
- General structure of the algorithm is discussed and created.
- neo4j graph is discussed and went through the examples.
- Call chain detection algorithm that starts from desired method and recursively find its parent is given as a next week task.