Javed Habib
Javed Habib
## Description Currently the modal only shows the person's `name`, `pfp` and `message`, add their socials like `LinkedIn` and `Github` to it. ### Expected outcome Social handles being displayed in...
### Description Add a dropdown to the navbar so that each year's canvas can be easily navigated. ## Expected outcome A year-wise canvas that would store and display different canvases...
## Description Lintstaged is installed, but its functionality is not used to its full extent. Husky is linting and formatting every file, but the expected behavior should be that only...
Add precommit, initialize it with necessary checks to keep code change abide by a standard. Please look at `.pre-commit.config` for all the hooks that are added. For reviewer's sake, listing...
Add `sphinx` (theme furo) and configure `readthedocs`. Also link existing docs to be create a landing page of sorts. fixes - #166
lint code and non code files. This will be needed when `pre-commit` enforces them.
## Description Useless dependency group `dev`, this would just make it harder to maintain versions. Note: Removed `k8s` from test deps group, it should be obv that to test, `tesk`...
### Description Add `dependabot` to bump deps. ### Blocking `poetry` and `dependabot` are yet to be exactly compatible, as currently updating the deps would just update the `lock` file, which...
### Description configure [pre-commit](https://pre-commit.com/#intro) for: - Generating docs for code changes. - Checking if docs are deployable. - linting and formatting IMO anything more than that becomes taxing as time...
Currently we have 2 dockerfile for [filer](https://github.com/elixir-cloud-aai/TESK/blob/main/deployment/containers/filer.Dockerfile) and [taskmaster](https://github.com/elixir-cloud-aai/TESK/blob/main/deployment/containers/taskmaster.Dockerfile), and with implementation of API we will also have another. This might be pointless as we are packaging all the components...