You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DeveloperGuide.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1821,3 +1821,4 @@ However, our implementation only updates this displayed list if the user execute
1821
1821
The same occurrence also happens when the event list panel is currently displaying the events joined by a particular volunteer (used `vliste` command), and an `eremovev` command is executed to remove this volunteer from the event.
1822
1822
We plan to correct this behaviour as it might cause confusion to our users.
*`elist` followed by `edelete 2` deletes the 2nd event in the event list.
361
360
*`efind n/Beach cleaning` followed by `edelete 1` deletes the 1st event in the results of the `efind` command
362
-
*`efind Beach cleaning` followed by `edelete 1` deletes the 1st event in the results of the `find` command (tentative feature)
363
361
364
362
#### Edit the details of an event: `eedit`
365
363
@@ -397,8 +395,8 @@ Restrictions:
397
395
* The assigned volunteers cannot be edited with eedit, to do so, refer to [eaddv](#adding-a-volunteer-into-an-event-eaddv) and [eremovev](#removing-a-volunteer-from-an-event-eremovev) for more detail information.
398
396
399
397
Examples:
400
-
*`eedit 1 n/clean beach r/10 cleaner sd/30/11/2023 1200 l/east coast park dsc/help clean east coast park m/ `
401
-
* Edits the event to name `clean beach`, roles needed `10 cleaner`, event date from `30th November 2023, 12pm`, location `east coast park`, description `help clean east coast park` and materials needed to empty.
398
+
*`eedit 1 r/10 cleaner sd/30/11/2023 1200 l/east coast park dsc/help clean east coast park m/ `
399
+
* Edits the event to roles needed `10 cleaner`, event date from `30th November 2023, 12pm`, location `east coast park`, description `help clean east coast park` and materials needed to empty.
402
400
403
401
#### Adding and tracking quantity of materials into an event: `eaddm`
0 commit comments