Changes

Jump to navigation Jump to search
77 bytes removed ,  11:57, 5 April 2015
Line 26: Line 26:  
=== '''Steps to move on this project:''' ===
 
=== '''Steps to move on this project:''' ===
 
1. Code to use git as datastore
 
1. Code to use git as datastore
    Datastore should provide "CRUD" functionality of program for git backend along with special features as mentioned in functional requirements.
+
 
 +
Datastore should provide "CRUD" functionality of program for git backend along with special features as mentioned in functional requirements.
 +
 
 
2. Desigin UI  
 
2. Desigin UI  
    UI should allow user to perform following activies in database:  
+
 
        * fork  
+
UI should allow user to perform following activies in database:  
        * clone  
+
* fork  
        * start new program versioning
+
* clone  
        * see history of program
+
* start new program versioning
        * pull request  
+
* see history of program
        * merge  
+
* pull request  
        * add new content to the versioned program
+
* merge  
        * look at difference between current state of program and versioned state of program
+
* add new content to the versioned program
        * create branche
+
* look at difference between current state of program and versioned state of program
 +
* create branche

Navigation menu