Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: image references stored to database #85

Merged
merged 8 commits into from
Sep 23, 2023
Merged

Conversation

Justintime50
Copy link
Owner

@Justintime50 Justintime50 commented Sep 21, 2023

  • Image references are now stored in the database instead of losely through the filesystem. This means that tracking what images belong to what users and posts should work much smoother. Additionally, various improvements were made across the app to how images are handled resulting in a vastly improved image experience
  • Added tests for uploading images

Closes #83

@Justintime50 Justintime50 marked this pull request as ready for review September 23, 2023 16:20
@Justintime50 Justintime50 merged commit 0bcdbf3 into main Sep 23, 2023
12 checks passed
@Justintime50 Justintime50 deleted the image_overhaul branch September 23, 2023 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Save image paths/IDs to the database, add missing tests
1 participant