ognjenkurtic

Results 23 issues of ognjenkurtic

## Overview We need this to make sure formatting is uniform across the project. ### Reference - [Follows from this issue](https://github.com/eea-oasis/baseline/issues/491) ### Questions - Linter? - Style? ### Acceptance -...

## Overview We need a basic CI|CD pipeline for the SRI project ### Reference - [Follows from this](https://github.com/eea-oasis/baseline/issues/491) - [And then this](https://github.com/eea-oasis/baseline/issues/492) ### Questions ### Assumptions - Github actions -...

## Overview Create SRI Subject Component in the typescript language utilizing the Subjects and Accounts Component Requirements document as an outline of said component’s functionalities and structure. ### Reference -...

## Overview Create SRI Account Component in the typescript language utilizing the Subjects and Accounts Component Requirements document as an outline of said component’s functionalities and structure. ### Reference -...

### Description Clicking on the input element sets the caret to the begining of the input element ### Expected outcome Caret should be placed where the mouse click occured ###...

bug

# Description Add unit tests for transactions CRUD Api. To be reviewed after PR #537 ## Related Issue #532 ## Motivation and Context Tests the CRUD Api ## How Has...

# Description Adds read by id functionality to the transaction API from PR #533 .Should be reviewed after that one is merged. Didnt add get all functionality as we still...

## Overview Create SRI Transaction model and CRUD APi in the typescript language utilizing the Subjects and Accounts Component Requirements document as an outline of said component’s functionalities and structure....

## Overview We need to remove the default nestjs readme and instead introduce our own which describes the project and the local development setup. ### Reference n/a ### Questions n/a...

## Overview We are currently not working with transactions, meaning that a failed execution of a command could leave the db in a incomplete state. In order to allow for...