Skip to content

FAQs are now being loaded from the database#182

Open
ShadyMedic wants to merge 1 commit intodevelopmentfrom
feat/faq-from-db
Open

FAQs are now being loaded from the database#182
ShadyMedic wants to merge 1 commit intodevelopmentfrom
feat/faq-from-db

Conversation

@ShadyMedic
Copy link
Copy Markdown
Member

@ShadyMedic ShadyMedic commented Apr 2, 2026

Previously, the FAQ items were statically written in the faq.phtml view file. This should make it easier to update the records (without needing to reload the Docker container).

@kmaxii, please check mainly that the liquibase changeset will not wreck havoc when deployed to our production server. It has data as well this time (not just structure), but it's because it's the same data that were removed from faq.phtml. Maybe if you feel like it, add another changeset to that .sql file that will archive outdated FAQ items (setting the visible column to 0) and add new ones that might be missing.

Resolves #174

Previously, the FAQ items were statically written in the faq.phtml view file.
This should make it easier to update the records (without needing to reload the Docker container).
@ShadyMedic ShadyMedic requested a review from kmaxii April 2, 2026 15:09
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 2, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 6dc9139a-f260-47ca-83b4-31d47d44775e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/faq-from-db

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ShadyMedic ShadyMedic marked this pull request as ready for review April 2, 2026 15:12
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