Difference between revisions of "Gitbackend"
Jump to navigation
Jump to search
(Created page with "== '''Git Backend''' == ==== '''Steps to move on this project:''' ==== 1. Code to use git as datastore We can use [https://developer.github.com/v3/git/ github API] need d...") |
|||
Line 1: | Line 1: | ||
== '''Git Backend''' == | == '''Git Backend''' == | ||
+ | |||
+ | The project is aimed to develop a git based backend for Journal. | ||
==== '''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. | ||
We can use [https://developer.github.com/v3/git/ github API] need discussions(Why/Why not) | We can use [https://developer.github.com/v3/git/ github API] need discussions(Why/Why not) | ||
2. Desigin UI | 2. Desigin UI | ||
+ | UI should allow user to perform following activies in database: | ||
+ | * fork | ||
+ | * pull request | ||
+ | * merge | ||
+ | * see versioning |
Revision as of 12:16, 6 March 2015
Git Backend
The project is aimed to develop a git based backend for Journal.
Steps to move on this project:
1. Code to use git as datastore
Datastore should provide "CRUD" functionality. We can use github API need discussions(Why/Why not)
2. Desigin UI
UI should allow user to perform following activies in database: * fork * pull request * merge * see versioning