Notes

...

29 Sep 2024 - by Mohamed Amr

On Archiving

VVire is using Turso for database, which have limitations on both storage and row reading and writing, this feature assumes that the articles will be storage consuming in future because of its encoding nature JSON so, I'm planning to do an archiving flow with this steps:

What if we want it back for multiple requests?

I guess we can use some Redis tricks to track last reads like:

Am i over-engineering this point? i hope not

On Profiles

Profiles without Telegram usernames will be invisible to public, despite users with username set can mark their profiles as invisible too, this will make author name in all articles not clickable, profile will be in this form /~username, you can mark specific articles as private too.