Angel Kurten
Angel Kurten
- [ ] Create a section for admin user and attach / detach roles and permissions to the user
- [ ] Add option for the user to subscribe to / unsubscribe from course
Teacher can Add / Remove Students from the course 1. Teacher can invite a student by email address. This would send a course invitation to the student. 2. Student would...
Add changes for comptable with vue-router `Menu::create('management', function($menu) { $menu->dropdown('core::core.management', function ($sub) { $sub->url('profile', 'Design', ['icon' => 'far fa-circle nav-icon', 'vue' => true]); },[ 'icon' => 'nav-icon fas fa-cogs green'...
Change method PresenterInterface `public function getChildMenuItems(MenuItem $item);` I have new class MenuItem with new type items but extends Presenter get error compatible class
Package endroid/qrcode is abandoned, you should avoid using it. Use endroid/qr-code instead.
### Description I tried integrate the scraper with fast-api but I getting this error ### Code to Reproduce (Paste `main.py`) ```python from datetime import datetime from fastapi import FastAPI from...