App: be more thorough when checking surface-associated LayoutState
[staging/windowmanager.git] / TODO
1 * WM client lib that implements afb calls to the WM
2 * Most of the API
3 X Application structure, whereas controller events should be forwarded to it?
4   Decorator? Proxy?
5 X Loose coupling between API calls and the actual handler in the appliation,
6   perhaps convert the verb's json input into a nlohmann::json and pass it to
7   some app method which then in turn can return a Result<error, json> kind
8   of thing. The verb's entry point would then construct a reply accordingly
9 X Design a sensible and lightweight representation of a Layout inside the WM
10   Appication.
11 * Wm Objects (Layers, Screen, Surface, Areas?) Should be handled with IDs, only
12   Upon making the concrete calls shall the actual objects be resolved.
13 * Implement an application configuration, possibly in /etc, must contain:
14   - json configuration names