Bernd-L/exDateMan

View on GitHub

Showing 114 of 114 total issues

Avoid too many return statements within this function.
Open

return false;
Severity: Major
Found in backend/src/app/authorization.ts - About 30 mins to fix

    Identical blocks of code found in 2 locations. Consider refactoring.
    Open

    categoryData?: {
    /**
    * The name of the category
    */
    name?: string;
    Severity: Minor
    Found in backend/src/app/client-events.ts and 1 other location - About 30 mins to fix
    frontend/src/app/services/EventSourcing/event-sourcing.service.ts on lines 340..359

    Function fetchInventoryEvents has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
    Open

    private async fetchInventoryEvents() {
    // Initialize the inventory projection dictionary
    InventoryService.inventoriesProjection = {};
     
    // Wait for EventSourcingService to be ready
    Severity: Minor
    Found in frontend/src/app/services/inventory/inventory.service.ts - About 25 mins to fix

    TODO found
    Open

    this.user = ((await this.as.getCurrentUser()).user as unknown) as User; // TODO FixMe

    TODO found
    Open

    // TODO add support for shared inventories

    TODO found
    Open

    // TODO implement access rights #91

    TODO found
    Open

    console.log("oof"); // TODO remove log

    TODO found
    Open

    // TODO remove log

    TODO found
    Open

    * // TODO revisit

    TODO found
    Open

    // TODO remove log

    TODO found
    Open

    // TODO implement

    TODO found
    Open

    // TODO redo

    TODO found
    Open

    // TODO revisit; maybe remove `if`

    TODO found
    Open

    // throw new Error("Method not implemented."); // TODO implement inventories projection
    Severity
    Category
    Status
    Source
    Language