2 Open Issues Need Help Last updated: Jun 16, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Investigate the Imot.io API to process audio files. This involves reviewing documentation, defining a workflow, identifying relevant API methods, determining exportable data and its representation, specifying server requirements for file upload and workflow execution, testing the workflow via Postman using a sample MP3 file, and documenting findings including any API quirks.

Complexity: 4/5
help wanted

AI Summary: Design a database schema for a hierarchical branch structure (3 levels: main office, subsidiary branches, and depots) including entities like employees and trains. Consider using inheritance (e.g., extending a base 'branch' class) or adding attributes to a single 'branch' entity to represent the different levels and associated entities.

Complexity: 4/5
help wanted