-
Notifications
You must be signed in to change notification settings - Fork 0
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
PZOJ (original repo) is far behind PZOJ-contest #5
Comments
I am also no git expert so the solution I would go with would be to run a |
Another issue is how we can continue forward - will we need to commit changes to both pzoj and pzoj-contest? This is resolved through option 1, but option 1 will likely require another rewrite of the codebase. |
Option 1 is likely more scalable in the future as well. I'm honestly leaning towards doing option 1, but this rewrite may take a few weeks, especially since school has started and I cannot rot in my room all day. |
I have started working on option 1, which involves (another) rework of the web backend. ETA for completion is around 2 weeks. |
Could we get that as a T-shirt size please, it would really help with keeping us on track. Additionally, please free up time in your schedule for 7hrs of meetings every day to track the progression of this change. |
🖕 |
1 similar comment
🖕 |
ETA for completion has been pushed back, since I have expert level time management skills and can definitely balance my school work with working on projects. |
It has been a hot minute but the changes have been pushed. The only things left to do are to re-implement the leaderboard in a more streamlined fashion and potentially refactor some old code. |
This fork was meant to be a fork of PZOJ with contest-specific functionality, such as live leaderboards and a more locked down environment. However, I am a shit developer, and have pushed many QoL changes as well as crucial bug fixes to the contest repo instead of the original repo. This has resulted in the original repo being several versions behind of the contest repo.
Some examples of changes implemented in pzoj-contest but not in pzoj are:
seccomp
and grading in/tmp
At this point, we have 2 options:
There might also be another option using some kind of git magic that allows us to merge repos excluding certain lines, but I am by no means a git expert.
The text was updated successfully, but these errors were encountered: