Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

25 lines (22 loc) · 1.33 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • A full dashboard with information about Users, Deployment Requests and Active Deployments.
  • The dashboard is available in 4 languages - English, French, Hindi and Spanish.
  • Role-based authentication with 3 roles - Admin, Client and Moderator.
  • The clients can signup using /signup route.
  • Admins, clients and moderators can be created by an existing admin.
  • A new admin can be created by running add-admin.sh script.
  • All users can modify their details using the profile section in the dashboard.
  • Only an admin can view and modify the details of all the admins, clients and moderators.
  • Moderator can view the details of all the clients.
  • All users can request for a new deployment.
  • Users can view their deployment requests.
  • Only an admin or a moderator can view all the deployment requests.
  • Only an admin can approve/reject the deployment requests.
  • Only an admin can start/stop the approved deployments.

Changed