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

Organize utility pages in both the front-end and back-end #27

Open
obuchheit opened this issue Dec 27, 2024 · 0 comments
Open

Organize utility pages in both the front-end and back-end #27

obuchheit opened this issue Dec 27, 2024 · 0 comments

Comments

@obuchheit
Copy link
Owner

-Make a directory called utilities in the front-end directory, and then move the utilities.jsx file into the directory.
-You will have to resolve the import errors on any pages that utilize the functions inside of utilities.jsx.
-Create another file called savedPostUtilities.jsx and move all of the Saved Post Logic in utilities.jsx, beneath line 107, to the new jsx file and fix any imports in where those functions are utilized.

-In the backend/marketplace_proj/ directory add a utils directory and put the utils.py file in that directory and fix the imports.

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