Skip to content

Namespace Open-Realty Code

Ryan Bonham requested to merge namespace into main

This MR is a major overhaul of the Open-Realty codebase.

  • This adds Namespaces to all the Open-Realty code.
  • This updates the API have Commands called directly, instead of via loadLocalApi. LoadLocalApi has been removed.
  • This updates add typing to Open-Realty functions.

Namespaces Neeed

  • OpenRealty
  • OpenRealty\Api
  • OpenRealty\Addons
  • OpenRealty\Hooks

Other Acceptance Criteria

  • Add integration tests for Hooks to make sure they are loaded correct after namespace changes
Edited by Ryan Bonham

Merge request reports