SaintAngeLs / distributed_minispace

Microservices-based social network built with .NET8 and ASP .NET Core Blazor WebAssembly, following distributed DDD principles. Scalable social media application CQRS distributed event-driven solution, utilizing SignalR, .NET ML. Features include choreographical Saga patterns, asynchronous messaging, outbox pattern and distributed event sourcing
https://itsharppro.com/case-study/distributed-astravent/
Apache License 2.0
13 stars 2 forks source link

Mediafiles service #141

Closed eggwhat closed 4 months ago

eggwhat commented 4 months ago

Few things to note:

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 33.63%. Comparing base (9656552) to head (4698c51).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #141 +/- ## ======================================= Coverage 33.63% 33.63% ======================================= Files 65 65 Lines 877 877 Branches 82 82 ======================================= Hits 295 295 Misses 560 560 Partials 22 22 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

eggwhat commented 4 months ago

The media service should now be integrated with each service on backend and students/friends on frontend. However for everything to work properly, it is imperative to clear db data.

eggwhat commented 4 months ago

This PR will also cover uploading images when creating post and event but will not cover displaying them.

SaintAngeLs commented 4 months ago

You may also create the image to tag it as a latest and push it to the adrianvsaint/minispace.services.mediafiles https://hub.docker.com/repository/docker/adrianvsaint/minispace.services.mediafiles/general.