Open EmmanuelEmp opened 1 month ago
Please include before/after screenshots to demonstrate the UI changes associated with this PR.
@ragesoss , Okay I'd update this PR with the UI changes
Hello @ragesoss, I'd like you to please revisit this PR as I've included the before/after screenshots demonstrating the UI changes.
Please test your changes locally before pushing them.
Some test scripts associated with the user profile pages are resulting in check failures.
I would look into the tests also.
@ragesoss, I've tested locally, identified bugs, and fixed them. However, a test appears to fail since the function relies on data from the revision table. Kindly review.
In that case, you'll need to adjust the test appropriately.
Okay, I'd do that.
What this PR Does
Notable Changes
articles_edited
toarticles_created
.individual_mainspace_edits
query (which used therevisions
table) with a new approach that uses thearticles_courses
table.Expected Data Output
Before
(Prior Data Fields):
course_string_prefix
individual_article_count
individual_article_views
individual_articles_created
individual_courses_count
individual_references_count
individual_upload_count
individual_upload_usage_count
individual_word_count
After
(Updated Data Fields):
course_string_prefix
individual_article_views
![Views on user articles]individual_articles_created
individual_courses_count
individual_upload_count
individual_word_count
![Words added by the user via article created]