📄️ User Permissions Overview
This document outlines the various user and club-related permissions within the system. Each permission defines specific actions that a user can perform, ranging from managing accounts to handling club information, attendance, and student management. These permissions are grouped into relevant categories to streamline access and administrative functions.
📄️ Binary Level System
In this system, user permissions are managed using a binary representation. Each permission is assigned a unique bit within a binary number. By combining different permissions using bitwise operations, we can efficiently store and manage multiple permissions for a user in a single value.