Skip to content

feat(chrome_extension): write dom changes to database (using sockets) during openadapt.record #364

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

Closed
wants to merge 104 commits into from

Conversation

KrishPatel13
Copy link
Collaborator

@KrishPatel13 KrishPatel13 commented Jul 8, 2023

What kind of change does this PR introduce?
This PR implements the chrome extension to write the DOM changes (documents' outer HTML of Head and Body and the url) in database.

Summary
Motivation: Related Issue: #51

Checklist

  • My code follows the style guidelines of OpenAdapt
  • I have performed a self-review of my code
  • If applicable, I have added tests to prove my fix is functional/effective
  • I have linted my code locally prior to submission
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (e.g. README.md, requirements.txt)
  • New and existing unit tests pass locally with my changes

How can your code be run and tested?

Other information

@KrishPatel13 KrishPatel13 changed the title feat(chrome_extension): Write DOM changes to Database (using Socket) feat(chrome_extension): write dom changes to database (using sockets) during openadapt.record Aug 25, 2023
@abrichr
Copy link
Member

abrichr commented Feb 19, 2024

@0dm @KrishPatel13 can you please remind me what is the status on this?

from openadapt import config, sockets

SOCKETS = True
DBG_DATABASE = False
Copy link
Member

Choose a reason for hiding this comment

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

Can you please clarify what this is for?


from openadapt import config, sockets

SOCKETS = True
Copy link
Member

Choose a reason for hiding this comment

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

Will this ever be False?

@abrichr
Copy link
Member

abrichr commented Jul 12, 2024

@KrishPatel13 I believe this should be closed in favor of #744, can you please confirm?

@KrishPatel13
Copy link
Collaborator Author

KrishPatel13 commented Jul 12, 2024

@KrishPatel13 I believe this should be closed in favor of #744, can you please confirm?

Yes!, closing as a new PR is launched for this here: #744

@abrichr abrichr deleted the continue_extension branch July 15, 2024 15:33
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.

3 participants