46
edits
| Line 60: | Line 60: | ||
Next task I'll be working on is the comments. The project supports a very basic comment model, which is implemented by Django module. The idea is to extend it with comments edition, deletion, etc. | Next task I'll be working on is the comments. The project supports a very basic comment model, which is implemented by Django module. The idea is to extend it with comments edition, deletion, etc. | ||
=== 08/06 - 15/06 === | |||
Finally, I've finish my edit_domain branch, merged to main master branch and opened the [https://github.com/mozilla/ispdb/pull/5 pull request]. I worked on the following items: | |||
* add support for domain deletion in config form | |||
* add support for configuration edition | |||
* add support for issues report (with merge option) for approved configurations | |||
* add more tests | |||
A few small bugs were also fixed. | |||
For the next week, I'll work on [https://docs.djangoproject.com/en/dev/ref/contrib/comments/ Django comments framework]. | |||
edits