• Joined on 2025-02-09
mixel pushed to main at Turbo/lf9-pgg 2025-06-17 11:27:04 +02:00
74a0c0f079 add more sophistiated integration_test setup
mixel closed issue Turbo/lf9-pgg#21 2025-06-17 10:22:23 +02:00
Should-have: Your prototype API has 3 to 5 working request (Viewing and changing requests)
mixel commented on issue Turbo/lf9-pgg#21 2025-06-17 10:22:22 +02:00
Should-have: Your prototype API has 3 to 5 working request (Viewing and changing requests)

We have more than this, see swagger

mixel closed issue Turbo/lf9-pgg#20 2025-06-17 09:28:17 +02:00
Should-have: Your API is designed (not implemented yet to cover 10 use cases)
mixel commented on issue Turbo/lf9-pgg#20 2025-06-17 09:28:16 +02:00
Should-have: Your API is designed (not implemented yet to cover 10 use cases)

API designed in last learning field. Actix-web for HTTP request. Matches it to incoming functions -> execute DB statements with a db function -> return value

mixel pushed to main at Turbo/lf9-pgg 2025-06-17 08:52:40 +02:00
9828ebf86a format integration_tests
mixel commented on issue Turbo/lf9-pgg#15 2025-06-16 14:09:14 +02:00
Must-have: Your prototype API has one working request

Already has multiple working requests

mixel closed issue Turbo/lf9-pgg#15 2025-06-16 14:09:14 +02:00
Must-have: Your prototype API has one working request
mixel closed issue Turbo/lf9-pgg#18 2025-06-16 14:08:41 +02:00
Must-have: You have implemented at least one test on unit level
mixel commented on issue Turbo/lf9-pgg#18 2025-06-16 14:08:40 +02:00
Must-have: You have implemented at least one test on unit level

Already done 5 Unit tests implemented for validating Redis/Postgres connection string more to follow

mixel closed issue Turbo/lf9-pgg#19 2025-06-16 14:07:52 +02:00
Should-have: You have a visual representation of the API
mixel commented on issue Turbo/lf9-pgg#19 2025-06-16 14:07:51 +02:00
Should-have: You have a visual representation of the API

Same as other ticket. Show via Swagger or Bruno how API is consumed and what the output is

mixel closed issue Turbo/lf9-pgg#24 2025-06-16 14:07:12 +02:00
Could-have: Your prototype API has 6 working request (Viewing and changing requests)
mixel commented on issue Turbo/lf9-pgg#24 2025-06-16 14:07:12 +02:00
Could-have: Your prototype API has 6 working request (Viewing and changing requests)

Already done in API

mixel closed issue Turbo/lf9-pgg#23 2025-06-16 14:06:11 +02:00
Could-have: You show on prototype level how your API is consumed via a backend service or a GUI
mixel commented on issue Turbo/lf9-pgg#23 2025-06-16 14:06:10 +02:00
Could-have: You show on prototype level how your API is consumed via a backend service or a GUI

Swagger-Bruno to visualize what the API takes as an Input and what the Output is Otherwise Frontend would be an option

mixel closed issue Turbo/lf9-pgg#10 2025-06-16 14:03:55 +02:00
Erweiterung B: API Design
mixel commented on issue Turbo/lf9-pgg#10 2025-06-16 14:03:54 +02:00
Erweiterung B: API Design

Fettig

mixel closed issue Turbo/lf9-pgg#25 2025-06-16 14:03:19 +02:00
Could-have: You have defined and described and maybe implemented a way to test your API on integration or E2E level.