Assocify is an application to centralize all of your student organization needs in one place: accounting, chat, event management, todo list, announcements, minutes of meeting...
- Chat & Announcements
- Budgets & Transactions
- Receipt Management
- Security & Authentication
- Offline Access
- Audio Notes
- Dynamic To-Do List
- Event Map
- Personalized Schedule
- Gamification of Staffing
- When to Meet
Name | GitHub username |
---|---|
Lorenzo Padrini | ortoLover |
Sarah Badr | sarahbadr17 |
Maï-Linh Cordonnier | Mai-LinhC |
Rayan Boucheny | Polymeth |
François Théron | ZiZouet |
Sebastien Kobler | SekoiaTree |
Sidonie Bouthors | SidonieBouthors |
This repository uses client hooks to ensure the quality of the commits. You need to install the pre-commit
python package to set it up :
# Using apt
apt-get update
apt-get install pip
pip install pre-commit
# Using pacman
pacman -S python-pre-commit
Then run:
pre-commit install --hook-type commit-msg
All the commits must follow the Conventional Commits specification. This is checked both locally by the hook and by the CI on pull requests.