Skip to content
Jesús García Crespo edited this page Jun 23, 2024 · 13 revisions

Tasks without issues

P0
  • Write an integration test to validate the start of transfer by dropping contents to a watched directory workflow.
  • Implement PackageCreate with auto_approve=False.
  • Implement PackageCreate with wait_until_complete=False.
  • Review use of path parameter and coordination with Storage Service.
  • Review use of choices using pos int, is it breaking something we haven't seen yet?
P1
  • Context linter is reporting a few small issues.
  • Speed up integration tests by reusing MySQL instances between runs.
  • jobDecider expects implements to call l.j.markComplete, can we not do that ourselves from the parent exec?
P2
  • Idiomatic type and field names in sqlc-generated code using overrides (see issue #7).
  • The store implements a lot of types that overlap with our proto types, should I have store use the latter instead? E.g. see how a Job is defined in both places.
Clone this wiki locally