coming in v2.0
.ped
pe
Bug Severity labels:
severity.Low
: A flaw that is unlikely to affect normal operations of the product. Appears only in very rare situations and causes a minor inconvenience only.severity.Medium
: A flaw that causes occasional inconvenience to some users but they can continue to use the product.severity.High
: A flaw that affects most users and causes major problems for users. i.e., makes the product almost unusable for most users.Bug Type Labels:
type.FeatureFlaw
: some functionality missing from a feature delivered in v1.4 in a way that the feature becomes less useful to the intended target user for normal usage. i.e., the feature is not 'complete'. In other words, an acceptance testing bug that falls within the scope of v1.4 features. These issues are counted against the 'depth and completeness' of the feature.type.FunctionalityBug
: the bug is a flaw in how the product works.type.DocTypo
: A minor spelling/grammar error in the documentation. Does not affect the user.type.DocumentationBug
: A flaw in the documentation that can potentially affect the user e.g., a missing step, a wrong instructionHave 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
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?