Replies: 4 comments 2 replies
-
Hi, unfortunately you will need to know git and GitHub at least a little bit to work on the project. I encourage you to learn and I can help answer questions. If you know Python the perhaps you could help on making skala_api.py more object oriented. I started with creation of a simple class Activity.py and also looked.at pydantic. The goal would be to reduce the code manipulating dictionaries and lists in different places. Take a look at skala_api.py and skala_db.py to see what I mean. Ideally we should be manipulating Activity, Gym, Route and.other classes |
Beta Was this translation helpful? Give feedback.
-
Sounds good. Base knowledge is all you need. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
-
Hi @dmossakowski! Do you think you can prepare a mockup "competitions.sqlite" file with redacted personnal info? I set my instance of Skala3ma and I think I can intervene on the "closed competition result pdf" topic. But it would be easier with an example db. |
Beta Was this translation helpful? Give feedback.
-
Yes this is a good idea. I will try to get something done. In the meantime, you should be able to create a gym and then a competition and register some users to it, give them scores and so on. If you don't see the button to create a gym, modify your user in sqlite to add:
|
Beta Was this translation helpful? Give feedback.
-
Hi, I want to help on this project, I'm not a very experienced Github user but I work with Python everyday and I have the bases of HTML
What can I do?
Beta Was this translation helpful? Give feedback.
All reactions