connect
connect copied to clipboard
Connect is a moderated web application that helps members connect with each other based on skills, interests and location.
┆Issue is synchronized with this [Asana task](https://app.asana.com/0/11768138937996/106386331179227)
Mandrill will cease to support free accounts from April 27 2016. Given this project is not yet in production, I'd prefer to continue to use a free account in the...
Presently, the app has been [tested with Python3.4](http://django-mentor-connect.readthedocs.org/en/latest/installation.html#installation). If a user tries to install via Python2, he gets no immediate warnings. It'd be nice to warn users if installation is...
Currently the FK to moderator is only a standard `UserFactory`: https://github.com/nlhkabu/connect/blob/master/connect/accounts/factories.py#L87 We should really be using a `ModeratorFactory` here - but I have not been able to get this to...
┆Issue is synchronized with this [Asana task](https://app.asana.com/0/11768138937996/85359448467948)
Redeploy
@hjwp - I'm thinking that Python Anywhere might do the trick :dancers: Currently there is a `Procfile` and `uwsgi.ini` that are required for Heroku deployment - if we choose to...
https://github.com/mixxorz/behave-django I was contacted by the maintainer, who said: > In terms of usage, behave-django has you invoke a custom management command, `python manage.py behave`, to run your BDD tests,...
- [ ] Add django-pipeline - [ ] Add a `make sass` and `make statics` in the Makefile ┆Issue is synchronized with this [Asana task](https://app.asana.com/0/11768138937996/85359448468012)
Ideally configure the CI server to run the tests with a range of different browsers. This can be done with: ``` python manage.py test bdd --behave_browser ``` ┆Issue is synchronized...
Example scenario: ``` Sam is a moderator and reports Alex for inappropriate behavior. This abuse report is dismissed by another moderator. When Sam views the moderation dashboard, Sam can see...