Skip to content

feat(eeglab): enable public FAQ and citations feeds#332

Merged
neuromechanist merged 1 commit into
developfrom
feature/eeglab-public-feeds
Jun 9, 2026
Merged

feat(eeglab): enable public FAQ and citations feeds#332
neuromechanist merged 1 commit into
developfrom
feature/eeglab-public-feeds

Conversation

@neuromechanist

Copy link
Copy Markdown
Member

Summary

Enables the two public JSON feeds (from epic #321) for the eeglab community:

public_feeds:
  faq: true
  citations: true
  • GET /eeglab/faq — generated FAQ entries (1,990 on dev)
  • GET /eeglab/citations — per-year + stacked-by-paper citation stats

Notes

citations.by_paper populates once the cites_doi backfill re-sync runs on the dev container (the schema migration adds the column on the next deploy). per_year and the FAQ feed work immediately against existing data.

Test plan

  • Config loads and validates: public_feeds.faq and public_feeds.citations resolve to True for eeglab.

Turn on public_feeds.faq and public_feeds.citations for eeglab so
GET /eeglab/faq and GET /eeglab/citations serve the generated FAQ and
citation-dashboard data added in the public-feeds epic.
@neuromechanist neuromechanist merged commit 18b86b6 into develop Jun 9, 2026
7 checks passed
@neuromechanist neuromechanist deleted the feature/eeglab-public-feeds branch June 9, 2026 23:53
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.

1 participant