summaryrefslogtreecommitdiffstats
path: root/docs/extendingakonadi.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/extendingakonadi.md')
-rw-r--r--docs/extendingakonadi.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/extendingakonadi.md b/docs/extendingakonadi.md
deleted file mode 100644
index fe38e87..0000000
--- a/docs/extendingakonadi.md
+++ /dev/null
@@ -1,11 +0,0 @@
1## Steps to add support for new types
2* Add new type to applicationdomaintypes.h and implement `getTypenName()`
3* Implement `TypeImplementation<>` for updating indexes etc.
4* Add a type.fbs default schema for the type
5
6## Steps for adding support for a type to a resource
7* Add a TypeAdaptorFactory, which can either register resource specific mappers, or stick to what the default implementation in TypeImplementation provides
8* Add a TypeFacade that injects the TypeAdaptorFactory in the GenericFacade
9* Register the facade in the resource
10* Add synchronization code that creates the relevant objects
11