40 likes | 135 Views
CS 430 Software Engineering. Gage Pollard Zack Hutzell Matt Williams Matt Crum. Goals. Wants to keep track of different documents in a single location Wants to allow users to know when documents are being edited Wants to prevent multiple editions of the same document from being created
E N D
CS 430 Software Engineering Gage Pollard Zack Hutzell Matt Williams Matt Crum
Goals • Wants to keep track of different documents in a single location • Wants to allow users to know when documents are being edited • Wants to prevent multiple editions of the same document from being created • Ex. Two users editing the same part of a document
Current Problems • Latest Version • Forgetting to upload new version • Document Duplication • Copying a document to a user’s PC and then editing the copy and not changing the original • Multiple Users • More than one person editing a document at the same time
Benefits • Version Control • Will be able to know which file is the latest version • Will be able to view older versions • Document Check-in & Check-out • Will all users to check-out a file to edit, and also force them to check that same file back in. This will control duplicate files being submitted. • This will also control multiple users editing a single document at the same time.