Skip to content
Snippets Groups Projects
Commit 49574bc0 authored by Filip Piták's avatar Filip Piták
Browse files

Cleanup TODO list and invalid TODO comment

parent 6fceeecc
No related branches found
No related tags found
No related merge requests found
- externalize openapi contract into separate artifact - dokumentacia
- handler for cross-account transaction - IT test
- exchange rate API for currency conversion - otestovat
- custom exception classes \ No newline at end of file
- handler for exceptions -> Controller Advice
- implementation for status and rollback/revert of transaction
- TESTS TESTS TESTS
- review within teammates projects / branches (bude toho dost asi zejo)
\ No newline at end of file
...@@ -17,6 +17,4 @@ public interface ProcessRepositoryJpa extends JpaRepository<Process, String> { ...@@ -17,6 +17,4 @@ public interface ProcessRepositoryJpa extends JpaRepository<Process, String> {
@Query("SELECT p FROM Process p WHERE p.currentStatus.status = :status AND p.currentStatus.when <= :date") @Query("SELECT p FROM Process p WHERE p.currentStatus.status = :status AND p.currentStatus.when <= :date")
List<Process> findByStatusAndDateBeforeEqual(@Param("status") Status status, @Param("date") Instant date); List<Process> findByStatusAndDateBeforeEqual(@Param("status") Status status, @Param("date") Instant date);
// TODO update zaseknute procesy starsie nez e.g. tyzden a zmenit na failed + nastavit message nejaky
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment