community
community copied to clipboard
Generic re-usable community site
Currently netlify build command is `URL="http://community.coala.io/" .ci/build.sh` and it publishes `public`
Django command interface has the following CLI arg ``` -v {0,1,2,3}, --verbosity {0,1,2,3} Verbosity level; 0=minimal output, 1=normal output, 2=verbose output, 3=very verbose output ``` It doesnt connect with the...
test_management_commands.py: Correct the number of badges and levels in gamification This corrects the number of badges and levels in the comments as the number of badges and levels written in...
It would be good to design the contributors page http://coala-community.netlify.com/contributors/ with bootstrap cards https://www.w3schools.com/bootstrap4/bootstrap_cards.asp
There have been a few failures to build, which havent been seen because `python manage.py distill-local` doesnt return a non-zero exit status. https://github.com/coala/community/issues/19 is one such occurrence, which was with...
Message displayed in terminal while `.ci/build.sh` is executed - `Something went wrong saving this contributor testuser1: 'issues'` `Something went wrong saving this issue 2: NOT NULL constraint failed: data_issue.repo_id` etc....
Currently throwing an error like this when the issue or project is deleted: ``` Failed to load task 6317910194651136 url https://gitlab.com/gitmate/open-source/gitmate-2-frontend/issues/73: 'NoneType' object has no attribute 'assignees' ``` We should...
I've put the latest code in https://gitlab.com/GoogleCodeIn/api
https://github.com/publiclab/community-toolbox has a similar intention as this repo + https://github.com/coala/gh-board . We should extract feature ideas and put them into the relevant coala project.