Sha256: c0ef418d17a6e03d9e10ac508446b1275b637b8b5fda8aea882ca8ad182c0be1

Contents?: true

Size: 932 Bytes

Versions: 12

Compression:

Stored size: 932 Bytes

Contents

[![Build Status](https://semaphoreci.com/api/v1/agilidee/dorsale/branches/master/badge.svg)](https://semaphoreci.com/agilidee/dorsale)
[![Maintainability](https://api.codeclimate.com/v1/badges/c3b2143566f714fcb104/maintainability)](https://codeclimate.com/github/agilidee/dorsale/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/c3b2143566f714fcb104/test_coverage)](https://codeclimate.com/github/agilidee/dorsale/test_coverage)

# Dorsale

This project uses the GNU AGPLv3 license.


## Trying the dummy app:

```
cd spec/dummy
rails server
go to http://localhost:3000/
```

## Online demo

http://dorsale-dummy.agilidee.com/

## Requirements
Hosting application shall define a global current_user method providing the current logged user.

Returned user shall implement followings methods:
tasks: returns all taks visible by the user
colleagues(context): return all people affected in the provided context

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
dorsale-3.10.3 README.md
dorsale-3.10.2 README.md
dorsale-3.10.1 README.md
dorsale-3.10.0 README.md
dorsale-3.9.8 README.md
dorsale-3.9.7 README.md
dorsale-3.9.6 README.md
dorsale-3.9.5 README.md
dorsale-3.9.4 README.md
dorsale-3.9.3 README.md
dorsale-3.9.2 README.md
dorsale-3.9.1 README.md