Commit Graph

63 Commits

Author SHA1 Message Date
Gergely Polonkai
d3ec0e8998 Pylint happiness! 2015-10-20 16:26:25 +02:00
Gergely Polonkai
2db6e2dd24 Fix pylint calls 2015-10-20 16:16:27 +02:00
Gergely Polonkai
6312d48c00 Add pylint running capability 2015-10-20 11:28:27 +02:00
Gergely Polonkai
77a5bf35de Increase test coverage 2015-10-20 11:16:58 +02:00
Gergely Polonkai
2b2c91bab6 Fix wsgi.py path in .coveragerc 2015-10-20 11:16:38 +02:00
Gergely Polonkai
556f6086bd Move to juno test runner 2015-10-20 09:53:17 +02:00
Gergely Polonkai
8a3c6a7851 Add Levenshtein as a requirement
It gives much better results in fuzzy searches.
2015-10-20 09:52:31 +02:00
Gergely Polonkai
2bfedffad4 Add competence list to duck details 2015-10-19 17:09:16 +02:00
Gergely Polonkai
6aa0e50193 Add related names to DuckCompetence fields 2015-10-19 17:09:16 +02:00
Gergely Polonkai
8f9a126924 Remove django_js_reverse functionality
This is the first step to completely remove the current UI
2015-10-19 17:09:16 +02:00
Gergely Polonkai
908e74d974 Add NamespacedSerializer class
It is able to prepend the view names with a namespace
2015-10-19 17:09:16 +02:00
Gergely Polonkai
9016895172 Add coverage settings 2015-10-19 17:09:16 +02:00
Gergely Polonkai
d911a253c0 Refactor API tests 2015-10-19 17:09:16 +02:00
Gergely Polonkai
5521342151 Reformat disclaimer 2015-10-19 17:09:16 +02:00
Gergely Polonkai
8fadaba002 Move api.viewsets to api.views
Naming is much more clear this way
2015-10-19 17:09:16 +02:00
Gergely Polonkai
ec170a40b5 Fix url field in DuckSerializer 2015-10-19 15:00:49 +02:00
Gergely Polonkai
0678db84df Fix booking models
Indentation, line breaks, etc.
2015-10-19 14:58:32 +02:00
Gergely Polonkai
cdce3803a5 Fix requirements file 2015-10-14 16:21:00 +02:00
414392a9cf Start implementing new Duck API 2015-05-28 00:33:19 +02:00
720f9c9472 Move API under /api/v1/ 2015-05-28 00:32:41 +02:00
2ba17dd61e Move reverse.js related code to the booking module 2015-05-27 23:10:26 +02:00
80096d72e4 Add Heroku support 2015-05-27 22:43:25 +02:00
606ef7df9e Fix @staticmethod problem for Python 2.7 2015-05-27 22:43:25 +02:00
06a4d2b395 Fix Python 2.7 unicode problem 2015-05-27 22:35:55 +02:00
3fd03572e4 Change license to MIT 2015-04-20 21:21:25 +02:00
b742234dba Add coverage related files to .gitignore 2015-04-11 00:10:02 +02:00
20d1786727 Upgrade to Django 1.8 2015-04-11 00:06:01 +02:00
Gergely Polonkai
cc0850f872 Add initial draft of the duck logo 2015-04-10 16:56:52 +02:00
3b6a38fc0f Create README.md 2015-04-10 16:42:03 +02:00
7facc7a1cf Add Duck booking API method 2015-04-10 15:57:17 +02:00
15ad940445 Add the Duck.booked_by() method 2015-04-10 15:57:17 +02:00
7274a32233 Add similar competence finding to Competence 2015-04-10 15:57:17 +02:00
d2e56db0d9 Add competence listing functionality 2015-04-10 15:57:17 +02:00
2a53041702 Add duck_comp_list API call 2015-04-10 15:57:17 +02:00
13c09bb856 Add js-reverse as a dependency, also integrate it 2015-04-10 15:57:17 +02:00
6a20ba1935 Add api application skeleton 2015-04-10 15:57:17 +02:00
c7722c418a Create basic admin site 2015-04-10 15:57:17 +02:00
4d9f4242e3 Add login/logout functionality 2015-04-10 15:57:16 +02:00
5e23c73594 Add registration form 2015-04-10 15:57:16 +02:00
8c9475d076 Implement Duck listing 2015-04-10 15:57:16 +02:00
56d19e07d9 Add Duck.dpx() method 2015-04-10 15:57:16 +02:00
e12019723d Add Booking.duck_booking_time() method 2015-04-10 15:57:16 +02:00
6b548c80c4 Add Booking.total_booking_time() 2015-04-10 15:57:16 +02:00
19e66de32c Add duck competence level method (DuckCompetence.level) 2015-04-10 15:57:16 +02:00
49a20c20b0 Add ducklevel.py to convert between level and minutes 2015-04-10 15:57:16 +02:00
9cba0a8090 Add age_format template tag
We are still yet to internationalize that, but for now, it works fine in
English
2015-04-10 15:57:16 +02:00
b114fbfc07 Add booking.models.Duck.age() with tests 2015-04-10 15:57:16 +02:00
67dba65b43 Add DuckName and DuckNameVote models 2015-04-10 15:57:16 +02:00
597ee0373e Add Booking model 2015-04-10 15:57:16 +02:00
6b0cdfdde7 Add DuckCompetence model 2015-04-10 15:57:16 +02:00