Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I657 update banner image #676

Merged
merged 3 commits into from
Aug 6, 2024
Merged

I657 update banner image #676

merged 3 commits into from
Aug 6, 2024

Conversation

kirkkwang
Copy link
Contributor

@kirkkwang kirkkwang commented Aug 5, 2024

Story

🚧 Set up database migration

1bc1394

This commit will change banner_image to banner_images.

🎁 Allow admins to upload multiple banners

7624705

This commit allows the admin to upload multiple banners to the homepage
through the dashboard. The homepage will randomly select a banner and
then cycle through the uploaded banners. We introduce a new uploader,
Hyku::UploadedFileUploader, to handle the multiple file uploads and
change the concept of banner_image to banner_images.

Ref:

🤖 Update github actions to v0.0.15

22cc763

We are experiencing build issues, the CI is throwing the following:

docker-compose: command not found

Updating to v0.0.15 because it makes the switch from docker-compose to
docker compose.

Expected Behavior Before Changes

Admins can only upload one banner image.

Expected Behavior After Changes

Admins can upload one or more banner images.

Screenshots / Video

Zight.Recording.2024-08-05.at.08.36.45.mp4

This commit will change banner_image to banner_images.
This commit allows the admin to upload multiple banners to the homepage
through the dashboard.  The homepage will randomly select a banner and
then cycle through the uploaded banners.  We introduce a new uploader,
`Hyku::UploadedFileUploader`, to handle the multiple file uploads and
change the concept of banner_image to banner_images.

Ref:
  - #657
We are experiencing build issues, the CI is throwing the following:
```
docker-compose: command not found
```

Updating to v0.0.15 because it makes the switch from `docker-compose` to
`docker compose`.
@kirkkwang kirkkwang merged commit b487689 into main Aug 6, 2024
7 checks passed
@kirkkwang kirkkwang deleted the i657-update-banner-image branch August 6, 2024 00:48
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.

2 participants