mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
- This work is a prerequisite for #1290 and #1289 - Create an `EmailData` model which holds email counts per (CommitAuthor, Version). - Add management command `sync_mailinglist_stats` to query data from the hyperkitty database and build `EmailData` objects from it - EmailData.count is calculated between x.x.0 release_dates - Add button in EmailData admin to trigger task - Update the `merge_author` method to update EmailData with the Summed counts per version and delete EmailData which pointed to the `CommitAuthor` being merged from.
Documentation for the Boost Website
- API Documentation - We don't have many API endpoints, but the ones we do have are documented here
- Boost Mailing List -Includes OAuth instructions
- Caching and the
RenderedContentmodel - Dependency Management
- Development Setup Notes
- Environment Variables
- Events Calendar
- Example Files - Contains samples of
libraries.json..gitmodules, and other files that Boost data depends on - Hosting
- Mailman
- Management Commands
- News and Moderation
- Retrieving Static Content from the Boost Amazon S3 Bucket
- RSS Feeds
- Syncing Data about Boost Versions and Libraries with GitHub
- User Management - Describes how we allow authors and maintainers to "claim" the accounts that we create for them as part of the library upload process, and how to prevent users from updating their own profile photos.