掲示板 Forums - Add alert icon to trees with schedules that are done growing
Top > renshuu.org > Feature Requests/Improvements Getting the posts
Top > renshuu.org > Feature Requests/Improvements
It is not obvious when a tree finishes growing that you can / need to remove the schedule.
It would be nice to have the existing setting extend to completed trees as well, to show ⚠️ if they are still linked to a schedule.
I might be able to add this at some point - I'd like to make some additional adjustments to the garden in the next month or two.
Another improvement would be tap targets. It is really hard to click the right element when things overlap, because the object box is used rather than it's box with transparency. Maybe use transparency for click events (simple html/css IIRC) if item area is above some threshold. Would also be useful to add a black shading with animation on item hover, although less useful on mobile.
That could lead to having to select an item before being able to move it. Currently, it is fairly difficult to drag left/right on the 2x width without accidentally moving an item during edit.
So, I'm thinking on the original topic, and I think this may be the wrong way to approach it. Instead, why not do the following:
If a tree reaching maturity, automatically unhook the schedule, and send the user an inbox message letting them know.
What do you think?
As to the tap target thing - I'm afraid I'm not quite sure I know what you mean about box with(out) transparency - if you have a chance to screenshot and draw on it, that would help.
Completely happy with auto-unhook. I could see some people wanting to continue beyond to max them, but you could just disallow it since it doesn't match the main intent. Alternatively, you could auto unhook at exactly 50, but let them add it back.
Here is a tap target example. This applies to all garden items. Any click in this box (except a little overlap with 2 bottom trees) focuses the Cedar, even if hovering over the Sakura or Pine (making the pine nearly impossible to click, considering other adjacent items). I believe JS / CSS has a way to allow click events only on hover of actual non-transparent image parts, which would basically fix the problem.
You could use this technique for any easy-to-focus (large) object, so that most items become more easily clickable. On hover, you could then also apply a slight grey mask / filter, to show focus.
If there is a way to adjust click/drag events to avoid transparent parts, I'd *love* to see it.
This looks like the way to make it happen. It requires the images to be an svg though. I assume you have the original assets somewhere and could convert them. May be worth trying with 1 or 2 first to see how it goes.
https://stackoverflow.com/ques...
As a bonus, converting everything to Svg should significantly reduce garden load times and page size. Can sometimes take ~10 seconds for all assets to load on a slow network. Could push further and do it to most site assets.
As I mentioned before, if it does work, you'd probably still want tiny garden items to keep a minimum target size.
A lot of the artwork is not conducive to svg - I did some testing on it way back when I first got started - I, at least, could not find anything that came even close to looking as good as the pngs.
While it can take time to load them up, they are (for 99% of users) coming across as webp, and since everything is cached, the download is a one-time thing.
But, if anyone thinks they can take the most complex items in the kao garden and can find a converter that works well and doesn't butcher the transparency, I would be *very* interested - it would save a lot of steps in the system (resizing, checking for device pixel ratios, etc.)
You'd need the original files to convert to svg, assuming you used Photoshop or another lossless tool. There shouldn't be a change in quality since svg is lossless, and web renderers have improved a lot over the years.
We use Procreate on the ipad, which cannot save out to svg. It can save out to psd, but resaving the hundreds of images, cropping, etc, then passing them through something else is not going to work. I do have full sized pngs of everything, so if I can pass those into something, great!
From the change log a while ago: [Improvement] - When you complete a tree in Kao Garden, you get notified and the schedule is automatically unlinked.
i don't think this works. I have finished a few trees and they did not unlink and I did not receive a notification. Is there a setting I'm missing?
My pine tree in the top right corner is still attached to a schedule. It should have finished in the last week or so, I think. A previous tree was likely in the same state, but I couldn't find it and attached the schedule to a different tree.
What data does it give you if you tap on it? Doesn't look finished to me, although I could be looking at the wrong tree.
It was probably the wrong tree. I have moved that tree away. The finished tree is still in the top right. It says, "You've fully grown this tree, thanks to 52 days of studying since you planted it."
I moved the pines away. Now I have new apple and orange trees grown on the right edge of my garden that are still linked and no notification.
Ah, it seems trees are unlinked 10 days later than they should be. My trees are unlinked now. However, there is no notification still.