-
- Downloads
Release v1.1 (#175)
* Stellenangebote der Uni posten (#148) * job-offer feature hinzugefügt * updated disnake, switched joboffers to slashcommand * move JOBS_URL and STD:FAK to .env * cahnge all requested changes * add 'all' as STD_FAK possibility * update .env.template and info * fix problem with `all` when STD_FAK!=all * fix missing Sonderzeichen * create turnable pages if more than 5 offers * fix Beständigkeit of outdated joboffers * create new embed for every five new joboffers Co-authored-by:dnns01 <git@dnns01.de> * use next "li" instead of "div" to include more support information for some modules (#166) * Fix für Probleme im Lerngruppenmanagement (#162) * fix for #130 and #155 * fix for #153 * add filter to learngroup request to reduce support time and fix for #159 * add detection of semester and status in learngroup requests to switch if arguments if needed, should fix # 63 * add ping for lg-owner on join request. fix #145 * Rebuild role assignment (#182) * Rebuild role assignment to work with slash commands and buttons. Also roles assignment is easier to configure without further code changes * Changed from DM confirmation to ephemeral message in channel as interaction response Co-authored-by:
dnns01 <git@dnns01.de> * Cleanup .env.template (#185) * Rename Owner in Lg-module #178 (#181) * Renamed 'Owner' in Lg-module, resolved typos * Renamed 'Owner' in Lg-module, resolved typos * Anglizismen entfernt * Ein Tippfehler noch korrigiert * All instances of "owner" changed to "organizer". * Änderungen von Lou-M's Review übernommen * Beschreibungen der Umgebungsvariablen von LEARNINGGROUPS modifiziert bzw. hinzugefügt, kleinere Typos Co-authored-by:
dnns01 <github@dnns01.de> * Added confirmation, when roles are updated (#188) Co-authored-by:
dnns01 <git@dnns01.de> Co-authored-by:
samari-k <74598487+samari-k@users.noreply.github.com> Co-authored-by:
dnns01 <git@dnns01.de> Co-authored-by:
Fabian <75286597+ffaadd@users.noreply.github.com> Co-authored-by:
J.M. Baldwin <oddbook@posteo.net>
Showing
- .env.template 13 additions, 15 deletions.env.template
- .idea/fernuni-bot.iml 1 addition, 1 deletion.idea/fernuni-bot.iml
- .idea/misc.xml 1 addition, 1 deletion.idea/misc.xml
- README.md 1 addition, 1 deletionREADME.md
- cogs/components/module_information/scraper.py 1 addition, 1 deletioncogs/components/module_information/scraper.py
- cogs/job_offers.py 196 additions, 0 deletionscogs/job_offers.py
- cogs/learninggroups.py 151 additions, 125 deletionscogs/learninggroups.py
- cogs/roles.py 89 additions, 195 deletionscogs/roles.py
- fernuni_bot.py 1 addition, 0 deletionsfernuni_bot.py
- requirements.txt 21 additions, 21 deletionsrequirements.txt
- utils.py 8 additions, 5 deletionsutils.py
- views/joboffers_view.py 35 additions, 0 deletionsviews/joboffers_view.py
Loading
Please register or sign in to comment