Date

Attendees

Goals

  • Work on getting Paul Scheidmantel's repositories into tssgTech repo

Discussion items

ItemWhoNotes
Jira access for CandyCandy Sutherland
  • Candy didn't have Jira access

  • Ralph generated a Jira account for Candy
  • Candy Logged into Jira for the first time
Add Paul's repos to our tssgTech repo

Pull Paul Scheidmantel's tssgDbApi and tssgDbApp repositories into the tssgTech repo, scheduledb branch.

Update this Sprint's Jira tickets

Key Summary T Created Updated Due Assignee Reporter P Status Resolution
Loading...
Refresh

Learn about Git SubmodulesTeam

7.11 Git Tools - Submodules

Get the code from repos into submodules

  • Get the latest source from the scheduledb branch
    cd tssgTech
    git pull
  • Initialize the git submodule configuration
    git submodule init
  • Pull code from the submodule repositories
    git submodule update
  • When needed
    • Pull the latest code changes from the submodule repositories
      git submodule update --remote


Next MeetingTeam

 at 10 AM

Action items

  • Get tssgDbApi running locally and using our MongoDB container instance.