Go to file
songtianlun a4de04874d feat: implement filtering and pagination for weather arts
- Add region selection for filtering weather arts by region
- Implement sorting options for newest and oldest entries
- Update pagination to show links for each page when applicable
- Adjust the number of items displayed per page to 10

This commit enhances the user experience by allowing users to filter
and sort weather arts based on their preferences. It also improves
the pagination logic to provide more manageable navigation through
large datasets, making it easier for users to find the artworks they
are interested in.
2025-01-23 14:13:32 +08:00
.github chore: update Docker workflow configuration 2025-01-23 09:36:37 +08:00
.kamal init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
app feat: implement filtering and pagination for weather arts 2025-01-23 14:13:32 +08:00
bin init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
config feat: add pagination to weather arts gallery 2025-01-23 14:10:13 +08:00
db fix: update weather fetch timing to days 2025-01-23 01:50:04 +08:00
lib/tasks init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
log init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
public init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
script init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
storage init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
test feat: add pagination to weather arts gallery 2025-01-23 14:10:13 +08:00
tmp init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
vendor init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
.dockerignore init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
.gitattributes init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
.gitignore chore: cleanup IDE configuration files 2025-01-20 13:27:29 +08:00
.node-version init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
.rubocop.yml init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
.ruby-version init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
compose.yaml chore: update docker network configuration 2025-01-23 10:49:53 +08:00
config.ru init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
Dockerfile feat: add background job processing with Sidekiq 2025-01-22 17:58:25 +08:00
Gemfile feat: add pagination to weather arts gallery 2025-01-23 14:10:13 +08:00
Gemfile.lock feat: add pagination to weather arts gallery 2025-01-23 14:10:13 +08:00
package.json chore: clean up code style and unused fixtures 2025-01-20 18:08:55 +08:00
Procfile.dev init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
Rakefile init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
README.md init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
tailwind.config.js feat: add font styling and enhance city views 2025-01-20 18:02:28 +08:00
yarn.lock feat: add font styling and enhance city views 2025-01-20 18:02:28 +08:00

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...