Skip to content

Commit

Permalink
Merge pull request #343 from jylow/branch-docs-updateUG
Browse files Browse the repository at this point in the history
Update UG
  • Loading branch information
jylow authored Nov 14, 2023
2 parents 174e1b3 + e4665e8 commit 4c8594c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@

This project was created under the CS2103T Software Engineering module in NUS.

It is a contact book for insurance agents to keep track of their clients.
UNOFAS is a desktop app for Financial Advisors (FA) to manage client’s contacts, optimized for use via a Command Line
Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). The app also includes features
such as sorting, scheduling and other commands to query information quickly required by the FA.

### Other Links
to be added later.
* UNOFAS [Main Website](https://ay2324s1-cs2103t-f12-1.github.io/tp/)
* UNOFAS [User Guide Website](https://ay2324s1-cs2103t-f12-1.github.io/tp/UserGuide.html)
* UNOFAS [Developer Guide Website](https://ay2324s1-cs2103t-f12-1.github.io/tp/DeveloperGuide.html)
* UNOFAS [About Us Website](https://ay2324s1-cs2103t-f12-1.github.io/tp/AboutUs.html)
* UNOFAS [Github Website](https://github.com/AY2324S1-CS2103T-F12-1/tp)


### Acknowledgements

Expand Down
8 changes: 4 additions & 4 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ Certain edits to the file may also cause unexpected behaviours. Please only edit

## FAQ

**Q**: How do I transfer my data to another Computer?<br>
**Q**: How do I transfer my data to another computer?<br>
**A**: Install the app in the other computer and overwrite the empty data file it creates with the file that contains the data of your previous UNOFAS home folder.

--------------------------------------------------------------------------------------------------------------------
Expand All @@ -518,9 +518,9 @@ Certain edits to the file may also cause unexpected behaviours. Please only edit
2. **When sorting the list**, we have chosen to not implement returning sorted list to original ordering due to the lack of necessity. However, due to feedback, we intend to implement this in the next release to enable users to return list to original order should they wish to.
3. **It is possible to add appointments with dates** before the current date and time.
4. **On macOS Systems**, you have to use the cursor to manually click the confirm or cancel buttons for the overriding and clear prompts. In contrast, Windows users can choose to hit enter to confirm execution of command.
5. **On macOs Systems**, executing clear and appointment override might result in some slight UI bugs when application is used in full screen. Don't worry as the program should still work with intended functionality.
6. **No current method to de-conflict clashing appointments**. Users should be advised to check the appointment sidebar to ensure appointments do not clash with each other.
7. **The appointment sidebar** may display appointments with the same date and time in a different order after adding a new appointment and subsequently reopening the app. This will be concurrently resolved when fixing issue 6.
5. **On macOS Systems**, executing clear and appointment override might result in some slight UI bugs when application is used in full screen. Don't worry as the program should still work with intended functionality.
6. **No current method to de-conflict clashing appointments**. Users should be advised to check the appointment list to ensure appointments do not clash with each other.
7. **The appointment list** may display appointments with the same date and time in a different order after adding a new appointment and subsequently reopening the app. This will be concurrently resolved when fixing issue 6.
8. **Checking for duplicate clients** is done by checking their full name, case-sensitive. The future plan is to do this by checking of phone number as it is less likely 2 people share the same phone number than compared to name.

--------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 4c8594c

Please sign in to comment.