Skip to content
Team Haircut Digital Network edited this page Aug 20, 2020 · 26 revisions

Welcome to the CAH wiki!

Added MEAN Web Development.pdf: Good reference for real-time web application development using JavaScript. Works best if downloaded off github. Chapters 1, 2, 3, 7 and 9 are a good start. Click here for a JavaScript Tutorial.

Added GameStates.pdf: GameStates.pdf illustrates the changes in game state over the course of a hand being played by three players in CAH.

Added EPIC Issue Template: Used to document large issues. An EPIC issue is a large task that will need to be broken down into smaller more manageable pieces before implementing.

Added Requirement Issue Template:) Used to document requirements. Requirements drive development, and define bugs, new features, and improvements.

Added Task Issue Template: Used to document tasks. A task is any non-coding related task, such as updating documentation, and testing.

Added Improvement Issue Template: Used to document software improvements. An improvement is a capability that improves upon an already existing capability. Improvements are added to the application continuously via sprints. Highest priority improvements are added first.

Added New Feature Issue Template: Used to document new software features. A new feature is a completely new capability of the software that did not exist in the previous code base. New features are added to the application continuously via sprints. Highest priority features are added first.

Added Bug Issue Template: Used to document bugs found in the software. A bug is code that is not working correctly or as intended. Bugs are evaluated and fixed continuously over sprints. Highest priority bugs are fixed first.

Added Directions wiki: Describes some business logic of the game. Drives core functionality, and provides the initial feature requirements for application.

Clone this wiki locally