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

Include raw transcript during memory export on iOS #320

Closed
oreHGA opened this issue Jun 20, 2024 · 3 comments
Closed

Include raw transcript during memory export on iOS #320

oreHGA opened this issue Jun 20, 2024 · 3 comments

Comments

@oreHGA
Copy link

oreHGA commented Jun 20, 2024

Is your feature request related to a problem? Please describe.
Sharing a memory currently provides a .txt file which includes:

  • title
  • summary
  • action items

It will be great to include the raw transcript from the conversation by default.

Describe the solution you'd like
Include in the .txt file that the generated the raw transcript

Next steps

  • Looking for where the export logic is in the codebase
  • Finding where raw transcripts are stored
  • Append to the file
@bbookman

This comment was marked as off-topic.

@oreHGA
Copy link
Author

oreHGA commented Jun 24, 2024

Took a look through the codebase. Appending widget.memory.transcript to the share function on memory detail page should do the trick https://github.com/BasedHardware/Friend/blob/0104081d5e6aefdeda54610f0cc10e314967260e/apps/AppWithWearable/lib/pages/memory_detail/page.dart#L362

Will get the repo setup when I have some time & attempt a PR

@josancamon19
Copy link
Contributor

Not sure about this.

You can export as JSON if you are a dev.
You can export share a structured format, which is not structured anymore with the transcript.
You can also copy the transcript if you want to share that raw version.

Closing for now.

@github-project-automation github-project-automation bot moved this from Backlog to Done in omi TODO / bounties Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants