SummerOfCode/2012/ISPDB: Difference between revisions

Line 42: Line 42:


During this week I've been working on bug #526467 which aims to give support for editing configs. This bug required a lot of changes, including the concept of domain models. Althought it is not finished, some code was  already pushed to my github. You can check it out on my edit_domain branch: https://github.com/sergiocharpineljr/ispdb/tree/edit_domain
During this week I've been working on bug #526467 which aims to give support for editing configs. This bug required a lot of changes, including the concept of domain models. Althought it is not finished, some code was  already pushed to my github. You can check it out on my edit_domain branch: https://github.com/sergiocharpineljr/ispdb/tree/edit_domain
=== 18/05 - 25/05 ===
Now, most of the work of [https://bugzilla.mozilla.org/show_bug.cgi?id=526467 bug #526467] is done. You can check out the code on https://github.com/sergiocharpineljr/ispdb/tree/edit_domain . Before I submit my pull request, I'll work on a feature that allows users to send changes requests for any domain they don't have permission to edit, which I expect to finish until the end of the next week.
Besides that, for the next week I'll be fixing the existing tests and adding now ones to check the edit code. And working on the votes feature. We plan to extend it to permit users to vote on existing configurations as well.