coming in v2.0
.Have a good screen grab tool with annotation features so that you can quickly take a screenshot of a bug, annotate it, and post in the issue tracker.
Download the product to be tested after you have been notified of which team you have been allocated to test.
Charge your computer before coming to the PE session. The testing venue (lecture theatre) does not have enough charging points.
Project submission v1.3
will be open from Oct 29, 2019 00:00 am to Oct 31, 2019 11:59 pmTeam/Individual Item | Name format | Upload to |
---|---|---|
User Guide | [TEAM_ID]-[product Name]-UG.pdf e.g. [AY1920S1-CS2113T-F10-3]-ProDuke-UG.pdf | LumiNUS |
Developer Guide | [TEAM_ID]-[product Name]-DG.pdf e.g. [AY1920S1-CS2113T-F10-3]-ProDuke-DG.pd f | LumiNUS |
Project Portfolio Page | [TEAM_ID]-[Your Name]PPP.pdf e.g. [AY1920S1-CS2113T-F10-3][John Doe]PPP.pdf | LumiNUS |
My contributions are not detected in the reposense report, why?
user.name
to your GitHub user name that you provided in the pre-module survey?git log
command on the command line/terminal and look for the Author
field.git log
to the lecturer.I have done everything given in 1, but I still can't see my contributions. How to resolve?
@@author
tags to identify your code contribution in the source files.@@author
tags inside Javadoc comments, it should be placed before the Javadoc comments.I did 1 & 2, however, I cannot still see my contributions. Help!!
How frequently is the reposense report generated?
My friend and I worked on a piece of code together, but only my friend committed. Now how?
@@author
tags to indicate chunks of the file that is your contribution. Arrive at a consensus with your friend/teammate before claiming part of the code as yours.What is considered good contribution?