PolicyEngine / policyengine-app

PolicyEngine's free web app for computing the impact of public policy.
GNU Affero General Public License v3.0
32 stars 86 forks source link

Fixes #1515 Show most recent featured posts on homepage #1702

Open lilychen0505 opened 2 weeks ago

lilychen0505 commented 2 weeks ago

Description

Reorder allPosts (on desktop and tablet)

  1. exclude the first featured post.
  2. order the posts by featured status first, then recency.

Changes

  1. exclude the first featured post.
  2. order the posts by featured status first, then recency.

Screenshots

The current order image

Tests

Passed all Tests in make test

anth-volk commented 1 week ago

Thanks for your contributions to this, @lilychen0505! Will review today.

anth-volk commented 1 week ago

Before merging, could you put "Fixes #1515" in the description? This allows us to auto-close the issue on PR merge.