Aboobacker MK

Results 45 issues of Aboobacker MK

Release page is currently a mess as there are too many conditions and SQL queries are being generated from there. It is due to missing [abstractions](https://github.com/tramlinehq/site/issues/100) and lack of clean-up.

debt
p1

We are currently creating an extra job on the workflow solely for storing the version_code and refer that once the workflow is finished. This approach is having following drawbacks 1....

ruminate

As per our current data modelling, each train can have multiple train runs (AKA releases) and steps. A step_run refers to the execution of train run for the given step...

debt
p2

Currently we are just generating and sending notifications without any persistence. Having persistence feature makes sending notifications to multiple channels and showing notifications on the UI easy. [noticed](https://github.com/excid3/noticed) is a...

improvement

We are currently using https://github.com/CircuitVerse/packages to update packages on our end. This is not ideal due to multiple reasons. 1. We won't get security fixes from upstream quickly, we need...

documentation

Currently mobile app just like mobile web view of circuitverse website. As we don't have immediate plan to integrate simulator within the app, we should improve the circuit discovery in...

### Summary Do not instantiate active record models before loading active record, as it can cause several side effects. Fixes #1703

I've tried using this in a relatively big project (GitLab). But Memory consumption is very high

Though we removed jquery ui, we still have jquery in our codebase. which need to be removed and use native DOM methods