Skip to content

Commit

Permalink
Add requirement to UG and DG
Browse files Browse the repository at this point in the history
  • Loading branch information
Zackkh95 committed Nov 12, 2018
1 parent f7dd83f commit 4879270
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1196,3 +1196,9 @@ _{ more test cases ... }_
.. _{explain how to simulate a missing/corrupted file and the expected behavior}_

_{ more test cases ... }_

=== Add Profile Photo

. Prerequisites: The Profile Photo should not exceed 5MB.

.. Advantage: Restricts user from uploading large image files as this may affect performance of the application.
1 change: 1 addition & 0 deletions docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ Format: `addphoto INDEX f/FILENAME`
* `FILENAME` must point to a valid image file.
* This feature isn't compatible with MAC OS X at the moment.
* Do not delete photos from storage (EzTutor File) at this point since doing so may trigger some undesirable behaviour in the program.
* File size of photo should be less than 5MB.
****

Examples:
Expand Down

0 comments on commit 4879270

Please sign in to comment.