jenaye / Tipnturn-front

Angular 5 app to manage danse organization
MIT License
1 stars 2 forks source link

Trello like board #40

Closed tiboCorb closed 6 years ago

tiboCorb commented 6 years ago

Possiblity to creat issues and assignee some one to it , posibility to move issue between several state (todo , work in progress, done) with drag and drop

jenaye commented 6 years ago

@tiboCorb this fonctionnality has been added on API with 2 fake tasks without user assigned it i'll be better to work

tiboCorb commented 6 years ago

we have change our api model with folowing :

Tag string, 
Title string,
Users string,
Deadline date,
Commentaire string
State bool/string?
jenaye commented 6 years ago

Ok i'll update database schema today, btw, we should close only after done the issue @tiboCorb

jenaye commented 6 years ago

@tiboCorb , its done, u can do the front part :)

jenaye commented 6 years ago

WIP https://github.com/jenaye/Tipnturn-front/pull/51

jenaye commented 6 years ago

done in #51 by @tiboCorb thx a lot for this one unknown 1