Schmeeds
- 1 Post
- 3 Comments
Joined 5 months ago
Cake day: January 29th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Schmeeds@lemmy.worldBto Fedimigration Organizing@slrpnk.net•Now's the time to start talking about Matrix+Fediverse3·5 months agoSounds like an interesting app you’re building. I’m working on an ideas that sounds like it would compliment what you’re working on. Shoot me a link or info if/when available.
I would think it would have to be an update to the client (App/Webpage) and server (database) code so yes, update to the codebase.
For the client side, the app/webpage would need to be update to display awards in the UI. And the server would need to store the awards, content award is associated with, user info etc.
I was thinking of an idea similar to Reddit awards to help fund instances.
You have to define the specific community in the code. You can specify the Lemmy community
LEMMY_COMMUNITY_ID
and the instance URLLEMMY_BASE_URL
in a config file. The code then routes to the community in the config.