Skip to content

Commit

Permalink
Merge pull request #347 from choaticman/branch-dylan-v1.6
Browse files Browse the repository at this point in the history
Add additional formatting
  • Loading branch information
Raghava-Chittidi authored Nov 11, 2024
2 parents f5f63c7 + 9c2fb3f commit e86984d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1135,10 +1135,10 @@ testers are expected to do more *exploratory* testing.
The team consists of 5 members.
Given below are enhancements planned for future versions. <br>

1. **Make 'Roles' and 'Company Names' less restrictive:** The current validator is too restrictive on what is allowed as `Role` and `Company Name`.
Valid roles such as: C++ Developer, C# Developer, R&D Specialist are currently flagged as invalid by the validator.
Similarly, valid company names such as: A*STAR, SK-II, Yahoo!, John's Bakery are also flagged as invalid by the validator.
We plan to loosen the restrictions for roles and company names, to be more inclusive of the possible roles and company names in the real world. <br>
1. **Make 'Role' and 'Company Name' in the `add` command less restrictive:**
- Current behaviour: The current validator is too restrictive on what is allowed as `Role` and `Company Name`. Valid roles such as: C++ Developer, C# Developer, R&D Specialist are currently flagged as invalid by the validator. Similarly, valid company names such as: A*STAR, SK-II, Yahoo!, John's Bakery are also flagged as invalid by the validator. <br></br>
- Planned enhancement: We plan to loosen the restrictions for roles and company names by adjusting the regular expressions allowed. <br></br>
- Justification: This allows the command to be more inclusive of the possible roles and company names in the real world. <br></br>

2. **Improve consistency in `find` feature:** Currently, while we prevent special characters in the `Company Name` (such as ~\`!@#),
we did not prevent the same characters from being used as keywords for the `find` feature. This leads to an inconsistent user experience,
Expand Down

0 comments on commit e86984d

Please sign in to comment.