okuna-api
okuna-api copied to clipboard
🤖 The Okuna Social Network API
We should think about grouping multiple similar events that occur v close to each other and sending 1 push notification instead of a push notification for each of the events....
Communities will often have some custom buttons they'd like to show. For example of the community website, slack/discord, repo ,etc. We should make it possible for people to add custom...
This leads to the blocking of Openbook. We need to refute this.
Right now we serve all images under the same quality, 100% but with a resize of 1024px, we should create several other sizes with different percentages of quality. Perhaps high...
Today we had a queue of 500+ jobs not being processed by rq workers. The second machine was running a couple worker processes. ``` root 1104 0.0 1.9 395228 77472...
When you filter on your home timeline with a list with 0 people in it. Sometimes it shows all recent activity ( public) across the platform, even from communities you...
From Bárður on Slack > Hi @Joel. Do you know about Gmail's "dots don't matter" functionality? > Basically [email protected] and [email protected] is the same email address > This means that...
We have to create 3 distinctions. Members, founders and supporters where supporters are the ones who have paid for Okuna Gold. Both founders and supporters will have the same features,...
The ability to add multiple images to a post. Atm the PostImage is a OneToOne relationship with post. This has to change to a ForeignKey, therefore migrations need to happen...