Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(datatrakWeb): RN-1331: Task comments setup #5800

Merged
merged 14 commits into from
Jul 25, 2024

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    c9db4eb View commit details
    Browse the repository at this point in the history
  2. Create Model

    alexd-bes committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    743a53a View commit details
    Browse the repository at this point in the history
  3. WIP

    alexd-bes committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    cc3bae3 View commit details
    Browse the repository at this point in the history
  4. WIP

    alexd-bes committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    580a6d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    ced6958 View commit details
    Browse the repository at this point in the history
  2. Working endpoints

    alexd-bes committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    54f00c1 View commit details
    Browse the repository at this point in the history
  3. Generate types

    alexd-bes committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    07e162d View commit details
    Browse the repository at this point in the history
  4. Fix test

    alexd-bes committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    fb63c4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8daeb38 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    802e108 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    498b1be View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Revert "Remove task comments endpoints"

    This reverts commit 498b1be.
    alexd-bes committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    baf0fa8 View commit details
    Browse the repository at this point in the history
  2. Fix revert

    alexd-bes committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d0c82a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. feat(datatrakWeb): RN-1331: Task comments UI (#5801)

    * Create task with comments
    
    * View comments on task details
    
    * Allow create comment on edit task
    
    * Display comments count on table
    
    * Show comment count on tasks tile on landing page
    
    * Fix up types
    
    * Order comments descending
    
    * Update schemas.ts
    
    * Move comment adding to central server
    
    * Update schemas.ts
    
    * Fix types
    
    * build fixes
    
    * Revert "Remove task comments endpoints"
    
    This reverts commit 498b1be.
    
    * Remove task comment create endpoint as no longer needed
    alexd-bes authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b92b94f View commit details
    Browse the repository at this point in the history