waifu-motivator / waifu-motivator-plugin

OSS Waifu Motivator Plugin for JetBrains IDEs to help boost your motivation while coding!
https://plugins.jetbrains.com/plugin/13381-waifu-motivator
MIT License
341 stars 16 forks source link

Dynamic load of Waifu of the Day #92

Open zaerald opened 4 years ago

zaerald commented 4 years ago

Currently, we are storing all Waifu of the Day information on waifu.json, we need to separate it into different packages.

It should look like a folder package and each package should contain

With that file and folder present, it would be considered as waifu of the day package, we could also extend this by having a few sound assets that they can manage.

With this, we can provide the #91 and let users customize and create their own packages.

zaerald commented 3 years ago

I think it would be best if we move this outside the milestone, as this needs standard JSON spec and it is better after we've decoupled all the assets (i.e. Waifu-of-the-Day #161 )