Giter Site home page Giter Site logo

course-explorer-monitor's People

Contributors

dependabot[bot] avatar likuilin avatar

Watchers

 avatar  avatar  avatar

course-explorer-monitor's Issues

Automatically display current semester somewhere

It'd be nice if the bot could automatically edit a message somewhere with the current semester every time it runs. This will make sure the "Current Semester" in #readme is always correct, especially if an older config file is accidentally deployed.

New meetings field in classes with ARRANGED (covid?) location

Instead of a meeting field, some sections have a meetings field with multiple meeting objects, and this causes JSON to be emitted to the end users:

ECE457: Section with CRN 74196 (MWF 11:00 AM - 11:50 AM) property meetings changed from {"meeting":[{"$":{"id":"0"},"type":[{"_":"Lecture","$":{"code":"LEC"}}],"start":["11:00 AM"],"end":["11:50 AM"],"daysOfTheWeek":["MWF "],"instructors":[{"instructor":[{"_":"Chen, X","$":{"lastName":"Chen","firstName":"X"}}]}]}]} to {"meeting":[{"$":{"id":"0"},"type":[{"_":"Lecture","$":{"code":"LEC"}}],"start":["11:00 AM"],"end":["11:50 AM"],"daysOfTheWeek":["MWF "],"roomNumber":["2015"],"buildingName":["Electrical & Computer Eng Bldg"],"instructors":[{"instructor":[{"_":"Chen, X","$":{"lastName":"Chen","firstName":"X"}}]}]}]}

It would be better if these were more intelligently parsed, for both diffing and display.

Refactor unwatch all code

Currently .unwatch all is implemented by a copy-paste of the .unwatch code, and DRY. This should ideally be abstracted out into a watch/unwatch function.

Permissions checks for commands

There isn't any permissions check for potentially disruptive commands like .restart and .forceupdate. Ideally, the admin (dev) role would be specified by ID in config and these commands should check for it.

If you're fixing this fixme, please make sure to also update the .watch DEV behavior, currently checking by hardcoded role name, in case users have a differently-named admin role.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.