[DRAFT] Implement Ledger/Billboard Django Model System#279
Open
Geuthur wants to merge 6 commits into
Open
Conversation
- Removed CacheManager and BillboardSystem from CorporationApiEndpoints. - Introduced new models: CharacterLedgerEntry, CorporationLedgerEntry, CharacterBillboardEntry, CorporationBillboardEntry, and AllianceLedgerEntry. - Updated CorporationApiEndpoints to utilize new ledger models for processing and storing ledger data. - Enhanced request info schema to include is_final_data property for determining finality of data. - Refactored billboard data generation logic to streamline the process and improve performance. - Removed deprecated cache handling code and replaced it with direct database interactions for ledger entries. - Added new properties in CharacterOwner and CorporationOwner models to access recent ledger and billboard entries. - Updated migrations to create new ledger and billboard entry models in the database.
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## master #279 +/- ##
==========================================
+ Coverage 63.25% 65.43% +2.19%
==========================================
Files 51 52 +1
Lines 4271 4379 +108
Branches 440 444 +4
==========================================
+ Hits 2701 2865 +164
+ Misses 1463 1386 -77
- Partials 107 128 +21
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added
Changed
Removed
Type of Changes
Please select the type of changes made in this pull request:
Checklist
Please ensure the following before submitting your pull request: