Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add posthog, add static content and update packages #327

Merged
merged 5 commits into from
Oct 7, 2024

Conversation

ViorelMocanu
Copy link
Owner

@ViorelMocanu ViorelMocanu commented Oct 7, 2024

📚 Description

This PR adds PostHog and paves the way for Astro DB and Turso as a data source.

🔗 Linked issue(s)

Fixes #76 (Add all document links) via the /data folder and this doc
Fixes #100 (YouTube Embeds).

❓ Type of change

  • 🐞 Bug fix (non-breaking change which fixes an issue)
  • 📖 Content update (text or image-related updates)
  • 🖼️ Design update (UI design and static template related change)
  • 🆕 New page (addition or major edit for an existing page layout)
  • 📓 Documentation update (improvements or additions to documentation)
  • 👌 Enhancement (improving an existing functionality, like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🛠️ Operational update (changes to configuration, CI/CD, procedures, etc.)
  • 🛡️ Security update (a fix or update required to alleviate a cyber security issue)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected)

📄 Changelog

  • cleanup and editing of operational files
  • update all packages and add PNPM action to ease updating via pnpm upd
  • add some additional packages and activate experimental features like ViewTransition and Astro Server Islands as a POC
  • scrape document to get links, scrape all links to get meta titles and descriptions where possible, generate taxonomy and resource CSVs with ChatGPT, clean them up, upload to Google Sheets as visual database, populate with missing info and download data as final CSV for seeding into database
  • add style linting

✅ Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or errors
  • I have manually tested the newly added functionality with no discernable errors
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@ViorelMocanu ViorelMocanu added enhancement New feature or request ops Operational updates: configs, CI/CD, procedures, project content Text or image-related updates dependencies Pull requests that update a dependency file refactor Remake an existing functionality to KISS and DRY and make it better. labels Oct 7, 2024
@ViorelMocanu ViorelMocanu added this to the v0.5 milestone Oct 7, 2024
@ViorelMocanu ViorelMocanu self-assigned this Oct 7, 2024
Copy link

vercel bot commented Oct 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
digital-resources ⬜️ Ignored (Inspect) Visit Preview Oct 7, 2024 4:48pm

@ViorelMocanu ViorelMocanu merged commit c338166 into main Oct 7, 2024
7 of 8 checks passed
@ViorelMocanu ViorelMocanu deleted the feat/integrate-posthog-and-update branch October 7, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Text or image-related updates dependencies Pull requests that update a dependency file enhancement New feature or request ops Operational updates: configs, CI/CD, procedures, project refactor Remake an existing functionality to KISS and DRY and make it better.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Fix YouTube embeds with lite-youtube-embed Add all document links to Markdown as resources
1 participant