Skip to content

Make support for admin systems cleaner and easier #90

@BadgerCode

Description

@BadgerCode

There have been multiple PRs to add support for new admin systems

Currently the code to add support for an admin system is scattered across the project.

  • All of the code to implement support for a specific admin system should ideally be in one file, or one folder
  • Each admin system integration should implement all of the required functionality for the damage logs (like an interface/class)
  • The rest of the damage logs shouldn't know anything about which admin system it is using; it just calls a common interface for interacting with admin systems
  • Selecting which admin system to use should be done via configuration

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions