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

Text2Measurements library, app, tests, etc. #162

Merged
merged 5 commits into from
Mar 26, 2024

Conversation

mikepsinn
Copy link
Contributor

No description provided.

mikepsinn and others added 5 commits March 25, 2024 19:23
The unnecessary files associated with the text-to-measurements feature have been deleted. These files were outdated and considerably increased the project's size and complexity. Maintaining these files was proving to be unproductive. The approach has since been restructured, rendering these files obsolete.
A new GitHub workflow has been added specific to the 'Text2Measurements' library. This workflow is triggered on push and pull requests that touch anything in this library. This workflow runs the tests in an Ubuntu environment, using Node.js version 14.
The commit modifies the GitHub action workflows to deal with dependencies and run tests in the 'libs/text-2-measurements' directory. This specifically targets the correct location ensuring that npm operations, install and test, are executed in the necessary directory and not at an erroneous relative path.
Implemented an express server in the 'text-2-measurements' library, enabling it to manage incoming API requests and responses. Additionally, developed a public-facing frontend featuring forms and response display. Added dependencies 'express' and 'express-session' for server-side operations in the package.json file.
Copy link
Contributor

sweep-ai bot commented Mar 26, 2024

Apply Sweep Rules to your PR?

  • Apply: Add docstrings to all functions and file headers.

This is an automated message generated by Sweep AI.

@mikepsinn mikepsinn merged commit ab96249 into curedao:develop Mar 26, 2024
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.

1 participant