Open Issues Need Help
View All on GitHubThe next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
The next-generation project management platform.
AI Summary: The task involves making the `FirstName` and `LastName` fields mandatory in the Elemo project's user model and API. This includes updating the Go code for the user model, the OpenAPI specification, and regenerating the API client and server using the provided make commands.
The next-generation project management platform.
The next-generation project management platform.
AI Summary: Replace custom mocks in the Elemo project with automatically generated mocks using the `mockgen` tool. This involves updating all instances of manually written mocks to utilize `mockgen`'s code generation capabilities, streamlining the mocking process and reducing code redundancy.
The next-generation project management platform.
AI Summary: The task involves refactoring the existing manual enum implementations in the Elemo project to use the `enumer` Go generator. This will reduce code duplication and improve maintainability by automatically generating the necessary code for enum handling, including string conversions and marshaling/unmarshaling. The change needs to be applied consistently across all enums in the codebase.
The next-generation project management platform.
AI Summary: Implement password validation on both the front-end and back-end of the Elemo application to enforce a minimum length of 8 characters, at least one uppercase and lowercase letter, one digit, and one special character. Provide clear error messages to the user if the password doesn't meet the criteria.
The next-generation project management platform.
AI Summary: Implement a checkbox labeled "Add more" in the "Add todo" dialog of the Elemo project management platform. When checked, this checkbox should prevent the dialog from closing after adding a todo item, instead resetting the form fields to allow for the quick addition of multiple todo items.
The next-generation project management platform.