This repository has been archived by the owner on Aug 13, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 104
Conversation
This file contains 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
Image support with ActiveStorage
Update active storage to use uuid for linked record
Add more data seeds
This forced the attendant model changes in Campaign. Also added the money gem to manage money values.
New data model with minor work to support editing of image metadata
Rethink templates and themes
[WIP] Update impressions to use table partitioning
Expand data seeds.
* Tweaking seeds * Speed up seeds * Remove colorize
* Update impressions schema and move migrations into shotgun Also updated seed strategy to distribute impressions across the year * Remove colorize gem
* Verbiage fix * Setup impression indexes and performance reporting
* Use scoped name for impressions * Set default impressions to 100k
* Setting up accounts receivable * Add cache expriation * bundle, migrate, and annotate * Added several helper methods to campaign to help with configuration * Move related methods closer together * Set up workers to calculate impressions * Split work for init vs increment * Set correct method call * Update sync job to reuse other jobs
* Splitting campaign methods into modules New scopes * Moved scoped names back to presentable * Remove string inerpolation from scopes * Add queries for click rates * Updating counters to be more flexible The will support smarter ad selections and sophisticated invoicing now. * Restrict recalc job to matching properties * Reworking counter caches * Reworking table partitioning strategy * Setup PropertyAdvertisers * Setup jobs to create PropertyAdvertiser * Cleaning up counter code * Update displayable scopes * Updated click scopes * Dump schema * Refactor based on PR review * Make impressions query consistent * Added note on readme for deployment db user * Remove unused date * Make property advertiser job smarter
* Smarter seeds * Update readme
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
#78