Rohitt Vashishtha
Rohitt Vashishtha
Atmos is over. So, time to clean the codebase before starting work on the next fest. By cleaning, I mean purging of resources from the repo and not just add...
Show a time picker, preferably https://flatpickr.js.org/ , and attach it to a sample field. The output should be a timestamp that can then be saved in the database. Necessary steps:...
In `tools/cat-registration`, print the team id at the start of the line for each team. You would need to change the underlying implementation, perhaps, so it might be a bit...
Handle cases of no data found elegantly. Example: App would crash on trying to fetch incorrect events. Fix: Use `if (err || !data)` type constructs. Do a pass through the...
Currently we fetch JS and CSS for our submodules synchronously so the site is too slow on slow connections, with some periods of complete lack of responsiveness. Using https://github.com/muicss/loadjs should...
Add the following parameters to the config file: 1. Administrators: Array of emails of admins. 2. Fest name: This should be used instead of `Atmos` in all places. You would...
Ideally, we would want to have a bunch of classes that we can add to our objects like: - `fm-button` - `fm-input-field` - `fm-search-box` - `fm-sidebar` And so on so...
Use bower or similar to provide modules like jquery, and search for similar ways to handle fonts like font-awesome, etc.
Hi, I'd like to propose adding OPDS import. In case you're unfamiliar with OPDS, its an XML based API for browsing library catalogues that makes it very simple to download...
Hey, thanks for the awesome tool! I had a feature request: Immich currently doesn't allow deleting files from external libraries. > All "non-best" assets will be deleted (i.e. moved to...