CSE 403 project: Beta++ with guides

Overview

Make progress on the implementation of your product and solidify the documentation for end-users and developers.

Set up

Work with your project team to (1) make progress towards the final release, (2) provide a comprehensive user manual, and (3) provide a comprehensive developer guide.

Instructions

1. Make progress in your public GitHub repository (40%)

2. Write user documentation (30%)

Your public repository must contain a complete user manual. Anyone looking at your repository should be able to easily find the user manual. The user manual is focused solely on people who want to use your product. See the Clarifications section for more information on possible types of users for your product.

The user manual should describe the functionality of your project as you expect it to be at the end of the quarter. For this assignment, indicate missing functionality as work in progress.

The user manual should include at least the following information:

3. Developer guide (30%)

Your github repository must contain developer guidelines. Anyone looking at your repository should be able to easily find these guidelines. The developer guidelines are focused solely on people who want to contribute to your project.

The developer guide should include at least the following information:

Clarifications