AndroidDev-social / DodoForMastodon

🐘 Mastodon client for Android, iOS and Desktop (JVM)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEAT]: colocate data layer with features

digitalbuddha opened this issue · comments

Description

right now data is a layer that can get large, let's collapse into features

Additional Information

No response

I like the idea of splitting everything by feature, the current draft is a mixture: https://github.com/AndroidDev-social/DodoForMastodon/blob/main/CONTRIBUTING.md#%EF%B8%8F-structure

The reason is/was that nearly everything data related will end up in the Mastodon API. So it might be easier to keep it close to the lower layers.
But every proposal is very welcome <3