Gitbackend: Difference between revisions
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..." |
No edit summary |
||
| 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 | |||