Feature #2072
Formset support in rule submission
Status: | Assigned | Start date: | 02/20/2012 | ||
---|---|---|---|---|---|
Priority: | Low | Due date: | |||
Assignee: | Leonidas Poulopoulos | % Done: | 80% |
||
Category: | API | ||||
Target version: | 1.1 |
Description
Support for multiple rule submission at once. This may require changes in the nxpy package and the proxy component. Such a change would boost DDoS attacks mitigation especially when the rules are applied via the REST api (faster than the GUI for this case)
Related issues
History
#1 Updated by Leonidas Poulopoulos over 11 years ago
- Status changed from New to Assigned
- % Done changed from 0 to 10
Implemented elementary formset support
#2 Updated by Leonidas Poulopoulos over 11 years ago
- File formset.png added
Implemented basic formset rendering with jquery formset support (same as admin inline). Screenshot from dev:
#3 Updated by Leonidas Poulopoulos about 11 years ago
- % Done changed from 10 to 80
Rule formset is almost done. Tested with dev switch and works.
Have to implement some basic formset clean in forms.py