Actions
Refactor #13328
closedMove proxy status (AJAX) actions to API
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Smart Proxy
Target version:
-
Description
Since all of our proxy status is AJAX only, we should not be building another API and we should refactor it into V2 API. There is no point in maintaining two separate codes for same actions.
Updated by Lukas Zapletal almost 9 years ago
- Related to Tracker #12507: Smart Proxy UX improvments added
Updated by Lukas Zapletal almost 9 years ago
Just for the record, it looks like Puppet / PuppetCA is not AJAX. But we should move what we can regardless.
Updated by Dominic Cleal almost 9 years ago
We usually maintain both as they tend to have different characteristics. Any UI feature should be added with a corresponding API - different routes, controllers and actions, but a common implementation.
Updated by Lukas Zapletal almost 9 years ago
- Status changed from New to Resolved
Yeah I figured out, not much experienced with AJAX, but now I understand it contains whole blocks vs clean data.
Actions