Skip to content

Releases: alm0st907/codecon-422

Milestone 3

06 Dec 04:11
ba2acbc

Choose a tag to compare

This is the final code for the 422's project. Some of the tests need to be re run due to oddities with selenium and visual studios test runner. All tests passed at time of release.

Milestone 2

30 Oct 23:36
9aee5e4

Choose a tag to compare

Milestone 2

The one with all the unit tests.

This contains our milestone 2 code with unit tests. Everything pretty much works as intended except for the random oddball run of the tests in Visual Studio, but that's just how it is sometimes.

All tests passed at time of merge.
image

Known oddities

Make sure the database is fresh before running tests. Sometimes a test will fail due to database not being properly reset before running. Re running the test will generally fix this.

Milestone 1

20 Sep 23:15
0f61762

Choose a tag to compare

Ensure your port are properly set in the code, as well as the connection string. Some parts are using test methods to simplify the demo since users may not want to install/setup the DB.

More functionality to come in further iterations.