mirror of
https://github.com/fazo96/pbs.git
synced 2025-01-27 14:34:19 +01:00
fixed references to activity page and added info about license
This commit is contained in:
parent
bab8f11111
commit
30fd7b3211
@ -28,9 +28,9 @@ pertApp.config ($stateProvider,$urlRouterProvider,$locationProvider) ->
|
||||
templateUrl: 'gantt.html'
|
||||
controller: pertController
|
||||
|
||||
$stateProvider.state 'table',
|
||||
url: '/table'
|
||||
templateUrl: 'table.html'
|
||||
$stateProvider.state 'activities',
|
||||
url: '/activities'
|
||||
templateUrl: 'activities.html'
|
||||
controller: pertController
|
||||
|
||||
$stateProvider.state 'resources',
|
||||
|
@ -37,7 +37,7 @@
|
||||
<ul class="nav navbar-nav">
|
||||
<li><a ui-sref="edit">Edit</a></li>
|
||||
<li><a ui-sref="rawedit">RawEdit</a></li>
|
||||
<li><a ui-sref="table">Activities</a></li>
|
||||
<li><a ui-sref="activities">Activities</a></li>
|
||||
<li><a ui-sref="resources">Resources</a></li>
|
||||
<li><a ui-sref="pert">Pert</a></li>
|
||||
<li><a ui-sref="gantt">Gantt</a></li>
|
||||
|
@ -4,9 +4,9 @@ This web application will supposedly help you manage your Project Breakdown Stru
|
||||
|
||||
## What can it do
|
||||
|
||||
- You can use the [RawEdit](#/rawedit)or to import and export your PBS data. This software is still a prototype, so be careful!
|
||||
- You can use the [Edit](#/edit)or to more easily edit your Project Activities.
|
||||
- With the [Table](#/table) you can view detailed info about your Activities.
|
||||
- You can use the [RawEdit](/rawedit)or to import and export your PBS data. This software is still a prototype, so be careful!
|
||||
- You can use the [Edit](/edit)or to more easily edit your Project __Activities__ and __Resources__.
|
||||
- With the [Activities](/activities) and [Resources](/resources) pages you can view detailed info about your Activities and Resources.
|
||||
- [Pert](#/pert) and [Gantt](#/gantt) are self-explanatory, try them!
|
||||
|
||||
Made by [Enrico Fasoli](http://github.com/fazo96).
|
||||
Made by [Enrico Fasoli](http://github.com/fazo96). This application is __Free Software (free as in Freedom to modify and redistribute)__ [available under the __MIT License__](http://github.com/fazo96/pbs).
|
||||
|
Loading…
Reference in New Issue
Block a user