-
Using the app, I called two commands, `add name/John Doe email/johnd@example.com telegram/@john github/swag-john33` and `add name/Jon Doe email/johnd@example.com telegram/@john github/swag-john33`.
…
-
After a discussion today with Clarissa, we decided that it would be good to formal what is required of students when they request an extension.
What I mean by this is more about what should be be …
-
Module names are case sensitive in the program. As the target students as are NUS students as mentioned in the UG, this might cause inconvenience to students using the app as they do not distinguish b…
-
The following functionalities have missing use cases:
* Sorting students, groups, and tasks
* Finding students, groups, and tasks
* Editing students, groups, and tasks
* Undo/Redo of actions
-
## Steps to reproduce
1. Go to the User Guide.
2. Scroll the `Cancelling a lesson : cancel` section under `Lesson Commands`. (page 11)
## Expected
The second bullet point on "Cancellations are synced…
-
### Goal: Learn how to create and manage users and groups within Active Directory.
**Tasks:**
Create several user accounts, including student and admin accounts.
Assign specific permissions and organ…
-
Though I have searched through the entire UG (apologies if it was somewhere but I did not find it), I cannot find a way to filter the view purely to show students alone despite the fact that the user …
-
Some courses may want to provide only letter grades to students and many courses/schools often provide only letter grades to students. A command could be created for the tabulation of overall grades a…
-
bmi.csv的欄位名稱為:姓名,身高,體重,BMI,狀態
```
import random
class BMI():
def __init__(self,name:str,height:int,weight:int):
self.name = name
self.height = height
self.weight…
-
# My Feature
## **Get Student Details Feature**
It takes the student's name and returns all their Github details, allowing Mr. Mortenson and others to quickly and seamlessly check the analytics…