Ada Young
Ada Young
We aren't using a linter in `web` and we really should be. We need to set up tslint, and go through the entire `web` codebase and fix all of the...
We decided recently to version the adapter APIs, so all existing adapters should respond to `/v1/:term_shortname` rather than `/:term_shortname`. The following RPI adapters should be updated: - [ ] acalog...
We should have the ability to designate a period as optional. At RPI we will use these for test blocks, and possibly more cool things in the future. Optional periods...
There is no inherent reason why we cannot support multiple universities per core instance / database. I'm still not sure if this is actually a use case we want to...
This epic is to create a new service to handle generating scheduled. It will be written in Rust, and will address the shortcomings of the old ruby scheduler, which currently...
We should have a nice way of displaying optional periods in the schedule ui once #355 is implemented. We could use greyed/striped blocks, but open to other suggestions. Also, we...
## Current State - [x] Defined data model (#307) - [x] Created classes to represent data model - [x] Serialization - [x] Chose [Cassowary Constraint Solver](https://dylanede.github.io/cassowary-rs/cassowary/index.html) ## Roadmap - [...
Getting this error trying to install via npm. Tried setting the environment variable to skip the chromium download but it didn't seem to have any effect. macOS: `10.13.6` npm: `5.6.0`...
This small PR adds a text style param for the single emoji component. This change is to the end of supporting custom fonts. For example, here is RN Emoji Keyboard...