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

Ability for users to add their own assets and an option to use it exclusively #17

Open
zaerald opened this issue Nov 23, 2019 · 0 comments
Labels
type: feature New feature or request
Milestone

Comments

@zaerald
Copy link
Member

zaerald commented Nov 23, 2019

Add an ability to customize the out-of-the-box alert messages and sound of each alert. We should include a way for users to have a spec file and add it to the folder they provided and parse it so users could assign which asset motivation they wanted to trigger. We already have a file similar to this, we just needed a way to standardize it on the project.

We need a way for users to link or refer a folder with wmp.json file that contains

[{
  "title": "Title of the alert",
  "message": "Message of the alert",
  "sound": "ganbatte_onii_chan.wav",
  "categories": [
   "positive",  "negative", "neutral"
  ]
}]

categories - array

  • "positive" - for cheering events, like passing a test, and also used in requesting a motivation
  • "negative" - for sad events, like failing a test
  • "neutral" - used for both positive and negative events (default when no categories property is provided).

Folder structure might just contain the wmp.json file with the sound assets.

/ 
  - wmp.json
  - somesound.wav
@zaerald zaerald added the type: feature New feature or request label Nov 23, 2019
@zaerald zaerald changed the title Settings for alert customizations Ability for users to add their own assets and an option to use it exclusively Dec 22, 2019
@zaerald zaerald added this to the WMP v1.1.0 milestone Feb 18, 2020
@zaerald zaerald modified the milestones: WMP v1.1.0, WMP v1.2 Apr 11, 2020
@zaerald zaerald removed this from the WMP v1.2 milestone May 16, 2020
@zaerald zaerald added this to the WMP v1.2.1 milestone May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants