Skip to content

Commit

Permalink
Update DeveloperGuide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
woodenclock authored Nov 13, 2023
1 parent ee7e864 commit 15b4a4d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@

## Introduction 🐻

Welcome aboard fellow animal lover! We are really excited to have you here! 😉
Wildwatch is a program for a clerk managing wildlife data in a wildlife reserve via the [Command Line Interface (CLI)](#glossary-).
Its main job is to store and present animal data required in everyday operations of the wildlife reserve.
Welcome aboard fellow animal lover! We are really excited to have you here! 😉 Wildwatch is a program for a clerk managing wildlife data in a wildlife reserve via the [Command Line Interface (CLI)](#glossary-). Its main job is to store and present animal data required in everyday operations of the wildlife reserve.

### Purpose
This document specifies the architectural and software design decisions in the implementation of the WildWatch.
Expand Down Expand Up @@ -298,10 +296,10 @@ Expected: All wildlife records shown.


### 5. Editing a Wildlife Entry
- Run the following command `edit I/1 D/02-03-2023 S/Annam Leaf Turtle N/Ariel R/looks healthy`.
- Run the following command `edit I/1 D/02-05-2020 R/looks sick`.
Expected: Successfully edited the wildlife record.

- Run the following command `edit I/-1 D/02-03-2023 S/Annam Leaf Turtle N/Ariel R/looks healthy`.
- Run the following command `edit I/-1 D/02-05-2020 R/looks sick`.
Expected: Failed to edit as -1 is not a valid index.


Expand Down

0 comments on commit 15b4a4d

Please sign in to comment.