Does the whole pub data model have to be built from scratch? #1232
Unanswered
impyrean
asked this question in
Self-Hosting Support
Replies: 1 comment
-
Thanks for asking these questions! Tagging @gabestein to provide additional information, but to start:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
PubPub Platform and legacy PubPub seem to have completely different data models for pubs. Legacy pubs had fields like
slug
,title
,description
,doi
, etc. Platform takes the approach of requiring the user to define pub fields. These fields are then used to create pub types. Is it possible to publish the set of fields and pub types that would achieve parity with Legacy?Relatedly: the
pub_fields
model does not have a type field. If I define apublishedDate
field, I'd like it to have aDate
type. How can this be achieved?Relatedly: Collections, Discussions, etc. were first-class entity types in legacy. These types do not seem to have been replicated in Platform. Are they no longer supported?
To recap, there are 3 questions here. Happy to split them into different Discussions if that works better.
Beta Was this translation helpful? Give feedback.
All reactions