Closed Shelob9 closed 3 years ago
Resolves #59
This PR adds a new settings API that handles an array of settings, one item per team. There are two new classes:
TeamSettings
SettingsApi
@zackkatz This PR is ready for review. It adds a PHP settings API that will be used for new UI. It supports multiple teams.
Resolves #59
This PR adds a new settings API that handles an array of settings, one item per team. There are two new classes:
TeamSettings
Represents one team's settings.SettingsApi
Represents collection of setting and can be used to save to options table/ oad from options table.