Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Task Numbers #570

Open
eshaanpathak opened this issue Nov 6, 2021 · 0 comments
Open

Rename Task Numbers #570

eshaanpathak opened this issue Nov 6, 2021 · 0 comments

Comments

@eshaanpathak
Copy link
Contributor

The tasks should renamed such that they are properly ordered in the repository. Right now, tasks numbers that are 3 digits long do not always appear before task numbers that are 4 digits long in the tasks/ directory of the repository or when you type ls in this directory in the terminal.

To fix this, we should rename the task numbers be adding a 0 before the 3 digit long task numbers. For example, task 999 should be renamed from task999_pib_translation_malayalam_tamil.json to task0999_pib_translation_malayalam_tamil.json, so it appears right before task1000_pib_translation_tamil_malayalam.json. You can go through the tasks/ directory to see many more examples of this issue.

If we plan to have over 10,000 tasks one day, then we should add two 0's before the 3 digit numbers and one 0 before the 4 digit numbers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant