Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/runxiyu/mentorweb
Mentoring meeting registration system
https://github.com/runxiyu/mentorweb
flask meeting school
Last synced: about 6 hours ago
JSON representation
Mentoring meeting registration system
- Host: GitHub
- URL: https://github.com/runxiyu/mentorweb
- Owner: runxiyu
- License: agpl-3.0
- Created: 2024-05-26T08:18:50.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-08-24T11:38:02.000Z (5 months ago)
- Last Synced: 2024-11-17T04:28:28.856Z (2 months ago)
- Topics: flask, meeting, school
- Language: Python
- Homepage: https://git.sr.ht/~runxiyu/mentorweb
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A simple Flask meeting registration system for Peer Pao
* [Active instance](https://powermentor.andrewyu.org/) (URL about to change)
* Source:
[runxiyu.org](https://git.runxiyu.org/ykps/current/mentorweb.git)/[sr.ht](https://git.sr.ht/~runxiyu/mentorweb.git)
* [Ticket tracker](https://todo.sr.ht/~runxiyu/mentorweb)
* [Mailing list](https://lists.sr.ht/~runxiyu/ykps)## Features
* All users can both be tutors and tutees
* Tutor-side: yeargroup/subject selection, meeting creation
* Tutee-side: yeargroup selection, meeting selection
* Admins can impersonate other users (because this is easier to implement than a permission system or an administration interface)