project architecture added to the backend, post new projects, webapp interval syncronization

This commit is contained in:
nau
2016-09-07 23:29:59 +02:00
parent 4255875f84
commit 3df8ff8c70
7 changed files with 177 additions and 169 deletions

View File

@@ -76,6 +76,7 @@
</div>
<img ng-src="img/{{project.icon}}.png" class="circle"/>
<span class="title">{{project.title}}</span>
<p class="grey-text">{{project.description}}</p>
<p class="grey-text">{{project.totaltime | secondsToDateTime | date:'HH:mm:ss'}}</p>
</a>
</div>
@@ -89,6 +90,10 @@
<input ng-model="newproject.icon" id="icon" type="text" class="validate">
<label for="icon">icon</label>
</div>
<div class="input-field col s12">
<input ng-model="newproject.description" id="description" type="text" class="validate">
<label for="description">description</label>
</div>
<a ng-click="addNewProject()" class="waves-effect waves-light btn blue-grey lighten-1 right">Add new project</a>
</div>
<div class="card-action" ng-show="editingProject">