Skip to content

[Engine] Network admin community guidelines - targets wip-tenants - minds#4378

Ben requested to merge feat/comm-guides-m4378 into wip-tenants

Targets wip-tenants branch

Ticket(s) / Related Merge Requests

Summary of Changes

Adds moderation tab and community guidelines section to multitenant admin panel

Testing Considerations

Use https://c81e728d9d4c2f636f067f89cc14862c.bens-networks.oke.minds.io/network/admin/moderation/guidelines

Log in as this tenants admin (same as the other sandbox @tanyatech).

  1. Navigate to moderation tab (if you don't see it make sure you hard refresh as you may have previous changes cached)
  2. Try entering some text and saving. You should see a message telling you it was successful.
  3. Navigate to another tab and click back to this tab - you should see your changes.
  4. Refresh, you should still see your changes
  5. Try entering empty text and saving. YOu should see a message telling you it was successful.
  6. Navigate to another tab and click back to this tab - you should see your changes.
  7. Refresh, you should still see your changes

Deployment Considerations

Be sure to add the column for community_guidelines

ALTER TABLE `minds_tenant_configs`
    ADD community_guidelines text DEFAULT NULL
    AFTER color_scheme;

Regression Scope

Adds new tab to network admin console.

Platform Affected (web, mobile, etc)

Web / mob web.

Developer Testing Completed

Manual, unit (jasmine/karma/phpspec).

Screenshots / Screen Recording

simplescreenrecorder-2023-10-27_14.05.55

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Ben

Merge request reports