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

Issue141 #306

Merged
merged 7 commits into from
Jan 19, 2024
Merged

Issue141 #306

merged 7 commits into from
Jan 19, 2024

Conversation

Jlinder0243
Copy link
Contributor

I merged my branch with issue #254, which was also concerned with implementing code changes via prettier standards. Any merge conflicts with this branch were resolved, and I then manually ran prettier on the required *Table.js files to also have them align with prettier. Additionally, changes were made to the README file so that it properly reflected the steps required to get the local version of the database to run.

These changes should make the code easier to read and work with, as well as enforcing a standard method of styling to promote uniformity in the code.

The functionality of the database was tested manually before and after these changes by running docker-compose -f docker-compose.yml -f docker-compose.override.yml up --build both before and after merging and implementing prettier changes and then going through the build locally to ensure that all functionality was maintained. In the future, it may be a good idea to create an issue involving setting it up so that prettier changes will happen automatically, rather than requiring a manual invocation.

*notes were made inside the readme regarding how to manually invoke prettier in the meantime.

Jlinder0243 and others added 6 commits November 28, 2023 01:39
…nd updated readme to match new access method for the colrc local view
* Updated formatting to align with Prettier

* Updated Accordion files to align with Prettier

* Updated components to Align with Prettier

* Updated to align with Prettier

* Updated ALL files in frontend/src/pages
 (with the exception of Odinsonsearch.js)
 to align with Prettier

* Updated queries.js to align with Prettier

* Updated table-styles.js to align with Prettier

* Updated /fonts/ to align with Prettier
(This might mess something up)

* Updated ALL files in /src/utils/ to align with Prettier
(With the exception of PostLogin.js)

* Updated App.js and App.test.js to align with Prettier

* Updated ALL files in /src/ to align with Prettier

* Fixed linting issue

* fixed linting issue cause by refactor

* Fixed linting issue caused by Prettier

* Fixed linting issues caused by Prettier

* Updated files in/file_upload/ to align with Prettier

* Updated files in /auth/ to align with Prettier

* Updated all files to align with Prettier
(This changes them to Object Literal Syntax, fyi)

* Updated files to align with Prettier
(This changes them to Object Literal Syntax, fyi)

---------

Co-authored-by: Walker White <[email protected]>
@Jlinder0243 Jlinder0243 requested a review from amyfou December 11, 2023 00:13
Copy link
Collaborator

@amyfou amyfou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you for this work!

@amyfou amyfou merged commit f7a5e7e into main Jan 19, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

4 participants