Skip to main content

week-09


Meeting 16

(July 05, 2024)

Attendees

Mentors:

Contributors:

Discussions:

Contributors:

  • Aaditya Singh: Focused on developing code through database integration and organizing the structure based on the hexagonal architecture to prevent circular dependencies and separate logic. Additionally, raised a question regarding the sqlstatements.h file.

Mentors:

  • Shaheem Azmal M MD: Clarified queries about the operations of the sqlstatements.h file, discussing the ER diagram of the table and how it interacts with user actions.

  • Avinal Kumar: Recommended combining commands in cmake as follows:

        custom_Target:
    custom_command: ()

    Recommended reviewing the go-cmake repository for additional insights.