-
Notifications
You must be signed in to change notification settings - Fork 15
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
Test displaying the resume text #48 Changes made by Aaryamantriescode are: #53
Conversation
Dynamic menu now shows "Edit resume" if resume exists. Added tests for managing and displaying resumes. Improved resume management and display functionality in the code.
hi @nicobrenner I have tried my best and made something work I think😊. Go through the changes and let me know if anything was wrong ! |
Hi @aaryamantriescode thank you so much for creating this PR in response to the issue #48 I will now review the changes proposed in the PR and make comments about the changes This is pretty normal and typical of reviewing code and managing a shared codebase I will do my best to provide you with proper and useful feedback in a friendly way Thank you for your time, contributions and understanding Looking forward to keep building Command Jobs with you Nico |
Ok, @aaryamantriescode just finished reviewing the PR. I really like it overall. I think it's going in a really good direction and would definitely like to incorporate most of the changes I made some comments about where docker-related files should go in the project, and also would like some clarification about the Visual Studio configuration files for docker Besides that, there are some minors adjustments for the test file and it should be good to go Thank you so much, I look forward to seeing this PR added to the codebase |
Thanks! I would love to build more with you 🤞I am learning a lot and like the project😍 |
Oh i didnt realize that VS code docker file was commited to the code , It reccomended me to download it and I thought it would be for my personal computer . can you help me out by explaining which files I need to change? |
Looking into it, keep the |
I am not so sure why its telling me i deleted some files but everything should be in the correct files now |
Thank you @aaryamantriescode, I see you moved the Docker-related files to the Now please:
|
Hi, I have a question. How can I just go back to the original code where I didn't mess up the files, so I can make the changes only to the menu and test menu file. |
It's all good, you didn't mess anything up, playing with code is how we learn how things work Having said that, it might be faster to get a clean PR by starting from the current master branch of commanjobs Probably the easiest way to do that, is to just git clone the repo ( There you can add the changes you want |
Not sure what's going on, I think I had a similar issue the other day. Just tried it in my local and it worked though: git clone [email protected]:nicobrenner/commandjobs.git commandjobs_new |
Yeah, it still isn't working for me, I think the best option could be to revert all the commits and start over again. |
Add tests #25
Dynamic menu now shows "Edit resume" if resume exists.
Added tests for managing and displaying resumes.
Improved resume management and display functionality in the code.