v0.7.0-alpha
Pre-release
Pre-release
rokumatsumoto
released this
21 Dec 20:44
·
452 commits
to master
since this release
Add most downloaded section to the home page (#50)
- Sort most downloaded
n
designs using calculatedhourly downloads count
(n = 8) (#50) - Cache most downloaded
n
designs every hour (#50) - Cache categories until a record updated on category list (create, update) (#50)
- Add Turkish letter support for username (#50)
- Create latest designs page (#50)
- Add sorting to latest designs page (#50)
Refactor dynamic image resizer (#52)
- Change
resize_default
function invoking mechanism from HTTP to s3 event-driven (rokumatsumoto/aws-node-dynamic-image-resizer#4) (#52) - The
resize_default
function runs image resizing processasynchronously
for thethumb
,medium
andlarge
sizes (rokumatsumoto/aws-node-dynamic-image-resizer#4) (#52) - Save processed objects into
destination_bucket
(rokumatsumoto/aws-node-dynamic-image-resizer#4) (#52) - Improve
resize
function performance (rokumatsumoto/aws-node-dynamic-image-resizer#5) (#52) - Refactor JS structure (rokumatsumoto/aws-node-dynamic-image-resizer#5) (#52)
See all changes starting from version 2.0.0
- Rename
image_url
variable tothumb_url
on application-wide (#52) - Configure new S3 bucket for processed objects (#52)
Add popular designs section to the home page (#55)
- Calculate popular designs using Exponential moving average (#55)(https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average)
- Sort popular
n
designs usinghome popular at
variable (n = 12) (#55) - Cache popular
n
designs every hour (#55) - Create popular designs page (#55)
- Add sorting to the popular designs page (#55)
https://github.com/rokumatsumoto/boyutluseyler/milestone/8?closed=1