Skip to content

OT-SplitDomainService #1

@frlzjosh

Description

@frlzjosh

WHAT TO DO:

  1. off-top-python has a bunch of services living in backend-services/app.py which needs to split up into different files.
  2. Create a file in the Services folder and move the service relating to the domain of that service.
  3. For example, userSessionDuration () can be moved to a service called UserReports.py
  4. getAllSessions() can be moved to SessionServices.py

TASK IS DONE WHEN:

  1. You're able to call all services in postman without anything breaking

RESOURCES:

  1. https://github.com/BeeSafe/beesafe-services/tree/master/flask/Controllers
  2. https://flask.palletsprojects.com/en/1.1.x/blueprints/

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions