An open API service indexing awesome lists of open source software.

https://github.com/kelp404/salmon

Salmon issue tracker.
https://github.com/kelp404/salmon

Last synced: 3 months ago
JSON representation

Salmon issue tracker.

Awesome Lists containing this project

README

        

#Salmon [![circle-ci](https://circleci.com/gh/kelp404/Salmon/tree/master.png?circle-token=21752831e8ea62092d9f0e713154cab11086daf7)](https://circleci.com/gh/kelp404/Salmon/tree/master)

Salmon issue tracker.

##Development
>```bash
# Install node modules, bower components and pip packages.
$ npm install
$ bower install
$ pip install -r pip_requirements.txt
```
```bash
# compile frontend files
$ grunt dev
```

>```coffee
$rootScope =
$state:
# the $state of ui-router
$stateParams:
# the $stateParams of ui-router
$confirmModal:
# the confirm modal
message: {string}
callback: (result) ->
isShow: {bool}
$loadings:
# current $http instances
hasAny: -> # is any $http processing?
$projects:
# from BaseController
items: []
current: {}
$user:
# the user object
```

##Test
>```bash
# frontend unit-test
$ grunt test
# python unit-test
$ python application/test.py
```