| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | add .env template | Pinapelz | 2024-03-20 | -8/+3 |
| | | ||||
| * | move script placement to Head tags | Pinapelz | 2024-03-20 | -2/+5 |
| | | ||||
| * | add moekyun analytics | Pinapelz | 2024-03-20 | -0/+119 |
| | | ||||
| * | fix typo in footer | Pinapelz | 2024-03-20 | -1/+1 |
| | | ||||
| * | update README | Pinapelz | 2024-03-20 | -2/+6 |
| | | ||||
| * | migrate codebase to Postgres SQL and add dotenv | Pinapelz | 2024-03-20 | -64/+422 |
| | | ||||
| * | add member colors to graph traces | Pinapelz | 2024-03-20 | -13/+21 |
| | | ||||
| * | add member_color.py | Pinapelz | 2024-03-20 | -0/+30 |
| | | ||||
| * | add styled divider to stats pages | Pinapelz | 2024-01-09 | -4/+17 |
| | | ||||
| * | Merge pull request #6 from pinapelz/new_api | Pinapelz | 2023-12-16 | -2/+5 |
| |\ | | | | | change regression model to ridge + limit projection dataset to past 3… | |||
| | * | change regression model to ridge + limit projection dataset to past 3 monthsnew_api | Pinapelz | 2023-12-16 | -2/+5 |
| | | | ||||
| * | | Merge pull request #5 from pinapelz/new_api | Pinapelz | 2023-12-15 | -6/+6 |
| |\| | | | | | Implement new API for PhaseTrack | |||
| | * | change graph url | Pinapelz | 2023-12-15 | -2/+2 |
| | | | ||||
| | * | point env vars to new testing API endpoint | Pinapelz | 2023-12-15 | -5/+5 |
| |/ | ||||
| * | raise overflow error if projection is negative | Pinapelz | 2023-12-08 | -0/+2 |
| | | ||||
| * | add additional settings to flask app | Pinapelz | 2023-12-08 | -1/+11 |
| | | ||||
| * | update footer message | Pinapelz | 2023-12-08 | -1/+1 |
| | | ||||
| * | fix: scalar value conversion numpy warning | Pinapelz | 2023-11-27 | -1/+2 |
| | | ||||
| * | fix: sort API dates by time | Pinapelz | 2023-11-27 | -2/+11 |
| | | | | | - causes some ridiculous graphs if you don't | |||
| * | add priority and changefreq to sitemap (PhaseTracker) | Pinapelz | 2023-11-27 | -0/+36 |
| | | ||||
| * | fix: move sitemap location | Pinapelz | 2023-11-27 | -0/+0 |
| | | ||||
| * | add sitemap.xml for PhaseTracker demo | Pinapelz | 2023-11-27 | -0/+57 |
| | | ||||
| * | make channel-card name link to channel | Pinapelz | 2023-11-27 | -4/+7 |
| | | ||||
| * | fix: regression with youtube generation | Pinapelz | 2023-11-27 | -9/+15 |
| | | | | | - fixed missing group and videoCount keys | |||
| * | stylize meta tags | Pinapelz | 2023-11-27 | -1/+1 |
| | | ||||
| * | add metadata tags for pages | Pinapelz | 2023-11-27 | -1/+11 |
| | | ||||
| * | bump dependency and minor style changes | Pinapelz | 2023-11-26 | -48/+90 |
| | | ||||
| * | remove unused files | Pinapelz | 2023-11-26 | -195/+4 |
| | | ||||
| * | Update README.md | Pinapelz | 2023-11-26 | -3/+2 |
| | | ||||
| * | add 10K increments if sub count below 100K | Pinapelz | 2023-11-26 | -1/+1 |
| | | ||||
| * | update favicon | Pinapelz | 2023-11-26 | -0/+0 |
| | | ||||
| * | update exclude channels.txt (demo) | Pinapelz | 2023-11-26 | -0/+1 |
| | | ||||
| * | update static meta tags for demo | Pinapelz | 2023-11-26 | -1/+1 |
| | | ||||
| * | Update README.md | Pinapelz | 2023-11-26 | -1/+1 |
| | | ||||
| * | update: data collection script for new PC demo | Pinapelz | 2023-11-26 | -1/+1 |
| | | ||||
| * | use SSR for rendering graph + transition demo to PhaseConnect | Pinapelz | 2023-11-26 | -204/+268 |
| | | | | | - I like Phase Connect | |||
| * | temorarily remove 7d graph from prod | Pinapelz | 2023-11-24 | -3/+0 |
| | | ||||
| * | pretty print nextMilestone string | Pinapelz | 2023-11-24 | -1/+1 |
| | | ||||
| * | add use client to DataChart | Pinapelz | 2023-11-24 | -2/+1 |
| | | ||||
| * | handle overflow on proejection calculations | Pinapelz | 2023-11-22 | -11/+16 |
| | | | | | - In case for new debuts where there is not enough data | |||
| * | feat: re-implement individual statistic pages on next | Pinapelz | 2023-11-22 | -45/+661 |
| | | ||||
| * | fix: add missing historical column and headers | Pinapelz | 2023-11-22 | -0/+2 |
| | | ||||
| * | fix: incorrect SQL table headers | Pinapelz | 2023-11-22 | -4/+5 |
| | | | | | - leading to not being able to insert into historical table due to mismatch of data | |||
| * | fix day diff subtraction order | Pinapelz | 2023-11-19 | -1/+1 |
| | | | | | - I swear it was correct!? | |||
| * | update graph iframe height vh | Pinapelz | 2023-11-19 | -1/+1 |
| | | | | | - fix scroll bug | |||
| * | update README | Pinapelz | 2023-11-18 | -19/+12 |
| | | ||||
| * | chores: clean up initial cna files | Pinapelz | 2023-11-18 | -16/+0 |
| | | ||||
| * | v3: re-write frontend using next js | Pinapelz | 2023-11-18 | -240/+787 |
| | | ||||
| * | v2: add initial Next JS files, remove static templates | Pinapelz | 2023-11-17 | -1225/+7453 |
| | | ||||
| * | Merge pull request #4 from pinapelz/dependabot/pip/certifi-2023.7.22 | Pinapelz | 2023-08-16 | -1/+1 |
| |\ | | | | | build(deps): bump certifi from 2022.12.7 to 2023.7.22 | |||
