1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-326 Sets | Enhancement | Relation list should be provided not from data view, but from object itself (#3035)

This commit is contained in:
Evgenii Kozlov 2023-03-22 16:30:49 +01:00 committed by GitHub
parent 1abf1db680
commit c523a65b14
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 158 additions and 29 deletions

View file

@ -6,7 +6,11 @@
[Main]
- [ObjectSetMenuFragment] showing menu for a Set or Collection
- [ObjectRelationListFragment] displaying list of given object's relations
- [RelationTextValueFragment]
- [ObjectRelationListFragment] displaying list of Relations for this Set or this Collection
- [RelationTextValueFragment] editing Relation from this Data View or from this Set or this Collection
- [RelationAddToObjectFragment] adding a Relation to given Set or Collection
- [RelationAddToDataViewFragment] adding a Relation to the Data View contained in this Set or this Collection
- [RelationCreateFromScratchForObjectFragment] creating a Relation for this Set or this Collection
- [RelationCreateFromScratchForDataViewFragment] creating a Relation for the Data View contained in this Set or this Collection
// TODO