https://github.com/kelp404/salmon
Salmon issue tracker.
https://github.com/kelp404/salmon
Last synced: 3 months ago
JSON representation
Salmon issue tracker.
- Host: GitHub
- URL: https://github.com/kelp404/salmon
- Owner: kelp404
- Created: 2014-06-15T12:39:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-17T04:33:53.000Z (over 10 years ago)
- Last Synced: 2025-04-02T20:57:00.138Z (3 months ago)
- Language: Python
- Homepage: https://salmon-issue.appspot.com
- Size: 1.41 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Salmon [](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
```