HoeenCoder / Wavelength

The github repository for the Wavelength server on Pokemon Showdown.
http://wavelength.psim.us/
Other
10 stars 46 forks source link

Implement Tasks Plug-in #180

Closed DeathlyPlays closed 6 years ago

DeathlyPlays commented 6 years ago

This plug-in allows developers and admins to post bugs/things to-do/etc.

  1. This plug-in was made to be similar to the style FieryKnight's (if I recall correctly) jobs plug-in but for nef-fs rather than origindb.
  2. This plug-in makes developer status actually more useful.
  3. I have made these commands only for Developers and Admins/System Operators for the following reasons: a. Developers will know what's meant to occur and whether or not it is a bug. b. The list is developer only for the sake of regular users scanning the tasks list and exploiting/breaking the server intentionally. c. I made it only broadcast-able in Development for the same sake as mentioned in b. d. I made the alert developers to allow them to know there is a bug thus making allowing everyone to know and assign who should fix it.
ghost commented 6 years ago

Can we have a due date portion so we can keep track of certain important stuff that may or may not need higher priority.

DeathlyPlays commented 6 years ago

Priority could always be included in the description

TravisBuddy commented 6 years ago

Travis tests have failed

Hey Insist, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

Node.js: 7.7

npm test ``` > pokemon-showdown@0.11.2 test /home/travis/build/HoeenCoder/Wavelength > eslint --cache . && mocha /home/travis/build/HoeenCoder/Wavelength/wavelength-plugins/tasks.js 78:123 error Missing semicolon semi ✖ 1 problem (1 error, 0 warnings) 1 error, 0 warnings potentially fixable with the `--fix` option. npm ERR! Test failed. See above for more details. ```


Volco commented 6 years ago

ayyyy mystifungod!

TravisBuddy commented 6 years ago

Travis tests have failed

Hey @DeathlyPlays, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

Node.js: 7.7

npm test ``` > pokemon-showdown@0.11.2 test /home/travis/build/HoeenCoder/Wavelength > eslint --cache . && mocha /home/travis/build/HoeenCoder/Wavelength/wavelength-plugins/tasks.js 45:4 error 'tasks' is not defined no-undef ✖ 1 problem (1 error, 0 warnings) npm ERR! Test failed. See above for more details. ```
DeathlyPlays commented 6 years ago

Bump @Volco @Mystifi @HoeenCoder

DeathlyPlays commented 6 years ago

Wait a minute the changes you guys requested is causing a crash

DeathlyPlays commented 6 years ago

Can be merged