discourse-solved/lib/discourse_solved
Natalie Tay be5798f6d8
FIX: Standardise the definition of what a solution is (#352)
There are three locations where a user's solution query is defined
- user summary
- user card
- user directory

This PR updates the queries to use data from the new `SolvedTopics` table instead of the `UserActions` table. And adds testssssss
2025-03-28 09:49:02 +08:00
..
accepted_answer_cache.rb DEV: Autoload and segregate features to prep for migration (#341) 2025-03-21 11:45:19 +08:00
before_head_close.rb DEV: Move solved custom fields into a table (#342) 2025-03-25 14:51:32 +08:00
category_extension.rb DEV: Autoload and segregate features to prep for migration (#341) 2025-03-21 11:45:19 +08:00
engine.rb DEV: Autoload and segregate features to prep for migration (#341) 2025-03-21 11:45:19 +08:00
first_accepted_post_solution_validator.rb DEV: Autoload and segregate features to prep for migration (#341) 2025-03-21 11:45:19 +08:00
guardian_extensions.rb DEV: Autoload and segregate features to prep for migration (#341) 2025-03-21 11:45:19 +08:00
post_serializer_extension.rb DEV: Autoload and segregate features to prep for migration (#341) 2025-03-21 11:45:19 +08:00
register_filters.rb DEV: Move solved custom fields into a table (#342) 2025-03-25 14:51:32 +08:00
topic_extension.rb DEV: Move solved custom fields into a table (#342) 2025-03-25 14:51:32 +08:00
topic_posters_summary_extension.rb DEV: Autoload and segregate features to prep for migration (#341) 2025-03-21 11:45:19 +08:00
topic_view_serializer_extension.rb FIX: Some solved topics have no answers (#350) 2025-03-27 01:15:15 +08:00
user_summary_extension.rb FIX: Standardise the definition of what a solution is (#352) 2025-03-28 09:49:02 +08:00
web_hook_extension.rb DEV: Autoload and segregate features to prep for migration (#341) 2025-03-21 11:45:19 +08:00