Skip to content

Separate out repositories #739

Open
Open
@frozenhelium

Description

@frozenhelium

Currently the repositories for Manager Dashboard, Python Workers and Firebase Functions are located in the same repository and they share the same docker-compose file.

  • Manager Dashboard is a statically served HTML website.
  • Firebase Functions are deployed on "Firebase" using Firebase CLI.
  • Python Workers is python script that periodically synchronizes PSQL with Firebase

Why?

  • Separation of concerns
  • Separate deployment strategies
  • Focused pull requests and code reviews

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions