# Ideas 💡 ## Bugs 🐞 An open invite to the Union.ai team to suggest bugs to be included in HacktoberFest. Since it won't be fair to everyone else to enter the HacktoberFest ourselves, we will give swags to team members who file the most number of HacktoberFest issues. #### Instructions 1. Read through the categories and the ideas below 2. Write down your ideas and put down your name for accurate counting 3. If you'd rather file the issues (Recommended), make sure to label them with #Hacktoberfest label in GitHub and come back here and add your name anyway... ### 1. Docs Bugs/Gaps * Look for typos and grammatical issues in [Docs](https://docs.flyte.org) * Look for missing docs on public APIs (flyteKit, flyteAdmin, flytectl) #### Ideas 1. [Yuvraj] Add setup documentation for each plugin with sandbox (https://github.com/flyteorg/flyte/issues/820) 2. [x] [Samhita] Flytectl docs cleanup (https://github.com/flyteorg/flyte/issues/1524) ### 2. Examples * Think of simple examples people can contribute to flytesnacks #### Ideas 1. [Yuvraj] Each plugin setup page should point to a valid example, available in flytesnacks. For one click register. If we don't have example then create a issue for that 2. [Yuvraj] Manage multiple flytectl config with context and project/domain. it's simillar to `kubectl ctx` and `kubectl ns` 3. [Yuvraj] Migration of external docker image from dockerhub to github registry (Currently people can hit the dockerhub limit with postgres,minio etc) 4. [Yuvraj] Configure grpc_health_prob in admin 5. [Yuvraj] Add docs for configuring grafana dashborad in sandbox 6. [x] [Yuvraj] Test flytectl & flytekit on windows (https://github.com/flyteorg/flyte/issues/1561) 7. [Yuvraj] Azure cloud integration 8. [Yuvraj] After regitser user should be able to check task defination of register version. Current version doesn't show all the details, it only shows us task defination after execution. 9. [Yuvraj] Write docs/Helm chart for Flyte deployment as control & data plane. 10. [Ketan] Flytesnacks core - example of using various features - one issue each 11. [x] [Ketan] Flytesnacks core - Flytekit remote examples (https://github.com/flyteorg/flyte/issues/1534) 12. [x] [Ketan] Flytesnacks core - example of using annotations & labels 13. [Ketan] Flytesnacks core - explain tasktemplate plugins in flytekit ### 3. FlyteCtl Bugs/Features * Use Flytectl and try to find inconvnenient bugs, misspelled flags, missing attributes... etc. #### Ideas 1. [x] [Yuvraj] Generate pflag for AuthType (https://github.com/flyteorg/flyte/issues/1616) 2. [x] [Yuvraj] Flytectl code has one issue. Internal method/pkg use flags directly rather then using them as parameter. We should only use flags in command, After that we should pass the value in method. (https://github.com/flyteorg/flyte/issues/1617) 3. [x] [Yuvraj] Flytectl register files doesn't fail without --countinueOnError. It should fail with exit code 0 (https://github.com/flyteorg/flyte/issues/1618) ### 4. Promote Existing Bugs * Go over our existing set of bugs and find ones that are appropriate for first timers #### Ideas 1. [x] [Yuvraj] Add restart functionality in docker sandbox https://github.com/flyteorg/flyte/issues/1432 2. [Yuvraj] Test Flyte kubeflow plugin with training operator. As per there design docs it should work perfectly. After this we don't need different plugin setup page for each plugin. We can write on setup page for training operator. https://github.com/flyteorg/flyte/issues/1375 3. [Yuvraj] Flytectl support Flytekit-Java based workflows https://github.com/flyteorg/flyte/issues/1260 4. [Yuvraj] Flyte platform version, Currently we only show admin version & client version in flytectl. And there is one issue for console here https://github.com/flyteorg/flyte/issues/1466 5. [x] [Yuvraj,Ketan] support Flyte for Mac M1 (https://github.com/flyteorg/flyte/issues/1248) 6. [x] [Samhita] Pagination support (https://github.com/flyteorg/flyte/issues/1146) 7. [x] [Yuvraj] [flytectl cross-domain commands](https://github.com/flyteorg/flyte/issues/578) 8. [x] [Samhita] Vaex DataFrame Plugin (https://github.com/flyteorg/flyte/issues/701) ### 5. Plugins #### Ideas 1. [Ketan] Flytekitplugins-databricks / redshift / etc 2. [Ketan] Flytekitplugins-kaggle - Kaggle dataset type? 3. [x] [Ketan] Flytekit plugin for SQL queries on the given FlyteSchema (https://github.com/flyteorg/flyte/issues/1556) ``` Input: Flyteschema, and query_attrs, Config: query Output: schema ``` 4. [Ketan] Plugin for Igel 5. [Ketan] Plugin for ludwig ### 6. UI bugs/features #### Ideas 1. [Ketan] Edit Descriptions in the UI ### 7. Misc #### Ideas 1. [Ketan] Go SDK for flyte 2. [Ketan] Flytekit-learn some tasks?