Skip to content

Version 1.4.0 - Re-design async post content extraction - #188

Merged
fboucher merged 11 commits into
mainfrom
v-next
Aug 15, 2026
Merged

Version 1.4.0 - Re-design async post content extraction#188
fboucher merged 11 commits into
mainfrom
v-next

Conversation

@fboucher

Copy link
Copy Markdown
Owner

Adds a new background worker to asynchronously extract post HTML content using an external parser service. This change decouples the content extraction process from the immediate API response.

  • Saves the extracted HTML content to Azure Blob Storage, ensuring content is eventually available centrally.
  • Removes the ILocalHtmlCache interface and related client-side caching logic, simplifying the application architecture.
  • Ensures the "Read post" button is always displayed in the UI, improving user experience by allowing immediate attempts to view content.
  • Includes integration tests to verify the background extraction process.

Relates to #185, #186

fboucher-os and others added 11 commits August 8, 2026 08:34
…or (issue #92) (#183)

Co-authored-by: Frank Boucher <2404846+fboucher@users.noreply.github.com>
… in blob storage (#185)

Co-authored-by: fboucher-os <fboucheros+github@gmail.com>
…d remove ILocalHtmlCache (#186)

* feat: implement async background post content extraction to save HTML in blob storage

* feat: improve sync html download, always display read post button, and remove ILocalHtmlCache
…on (#187)

* feat: configure protected Azure Function Parser API and key propagation

* bump: version to 1.4.0

---------

Co-authored-by: fboucher-os <fboucheros+github@gmail.com>
# Conflicts:
#	src/NoteBookmark.BlazorApp.Tests/Tests/PostsTests.cs
#	src/NoteBookmark.BlazorApp/Program.cs
#	src/NoteBookmark.SharedUI/Components/Pages/Posts.razor
@github-actions

Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Health
NoteBookmark.AIServices 97% 64%
NoteBookmark.Api 89% 80%
NoteBookmark.BlazorApp 4% 10%
NoteBookmark.Domain 92% 76%
NoteBookmark.ServiceDefaults 96% 75%
NoteBookmark.SharedUI 19% 22%
Summary 57% (1085 / 1914) 48% (298 / 625)

@fboucher
fboucher merged commit 23755e1 into main Aug 15, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants