1 / 4

CS 430 Software Engineering

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

udell
Télécharger la présentation

CS 430 Software Engineering

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CS 430 Software Engineering Gage Pollard Zack Hutzell Matt Williams Matt Crum

  2. 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

  3. 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

  4. 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.

More Related