You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
Implement Register, Login, Login screens and endpoints
Implement video feed
Implement uploading posts with tagging
Implement profile page
Implement full-text search on posts, tags
Implement likes, bookmarks, reports on posts
Implement comments on posts
User feedback forms
Android play store production deployment
Documentation templating, open source release <-- WE ARE HERE
Fix untagged posts not showing in the general feed. Either redesign for NoSQL or make "Untagged" sentinel CategoriesModelobject attached per post by PostCategoriesModel
"Dumb" recommendation algorithm? Filter by newest posts in the last X days?
Deploy single container instance(s) for docker-compose to cloud
Apple play store production deployment
CI / CD using github actions for documentation deployments
CI / CD for backend + frontend cloud deployments
Better integration and unit testing backend
Implement nested comments
Implement XMPP converse.js headless chat client in React Native
Content moderation through banned words, video analysis
Rate limiting (already implemented in Django Ninja extra, need to research if it's per-ip or just a general throlling though)
Basic video filters
Application security deep dive
The text was updated successfully, but these errors were encountered:
Documentation on future releases:
https://yinnerston.github.io/Teaser
https://memefeed.atlassian.net/jira/software/projects/TSR/boards/6 - Invite only board for future issues. MUCH MORE COMPREHENSIVE OVERVIEW.
Features
CategoriesModel
object attached per post byPostCategoriesModel
The text was updated successfully, but these errors were encountered: