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

feat: store markdown for each protein entry #76

Merged
merged 7 commits into from
Nov 26, 2023
Merged

feat: store markdown for each protein entry #76

merged 7 commits into from
Nov 26, 2023

Conversation

xnought
Copy link
Member

@xnought xnought commented Nov 20, 2023

Screen.Recording.2023-11-20.at.4.00.52.PM.mov

References issue #69, very nice

  • change schema to add content blob
  • add textbox in frontend upload page
  • create backend endpoint to store the markdown
  • call the function from the frontend to store
  • modify the all_entries and get_entry to also send content

Changes to know about

  • the init.sql now has a content column in proteins as a bytea
  • the backend endpoints in server.py now can now take content and store it as well as return it to the user

@xnought xnought marked this pull request as ready for review November 21, 2023 00:07
@xnought xnought merged commit 550d0b4 into main Nov 26, 2023
3 checks passed
@xnought xnought deleted the content branch November 26, 2023 18:44
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