Task 1: Simplistic front end design#3
Open
AdityaPrasad275 wants to merge 5 commits intoVishruth-N:mainfrom
Open
Task 1: Simplistic front end design#3AdityaPrasad275 wants to merge 5 commits intoVishruth-N:mainfrom
AdityaPrasad275 wants to merge 5 commits intoVishruth-N:mainfrom
Conversation
errors were thrown for openai and pypdf not installed
Added the uploading slides utility along with outputting the summary file. The "progress area" and summary output area (where file appears/displays) has 2 cards each which needs to be swaped out as per the requirement. The backend handles this which i did try to wrap my head around but cant understand its react implementation. The header/nav bar is beyond me, may gods bless me with knowledge of whatever the f is web dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Initially just "furnished" main codebase, added a result.md as os.remove('result.md') in app.py was throwing an error as it was removing a file not existing. Added a few more libraries to requirements.txt. Added a link for notion site to readme , looks ugly but idk how to make it show notion page directly.
For front end , i learned/borrowed from this - https://www.youtube.com/watch?v=_xDCVt1F6O0
The original code from yt had a bit of backend to it with xml http request and ajax to handle the whole progress bar showing for the slides upload section. So i removed the backend and just implemented the whole design into frontend for later reference when developing backend. I cant for the life of me figure out a navbar. The code overall is mess, css file is traumatizing to look at so for now just "informing" what i did.