D61-IA / stellar-gnosis

Gnosis paper management and collaboration tool
Apache License 2.0
0 stars 1 forks source link

Specifying author order #21

Open PantelisElinas opened 4 years ago

PantelisElinas commented 4 years ago

I have implemented a through model for paper-person relationships that allow the person/author/s order to be specified and correctly displayed in the paper detail view.

When importing a paper via a URL, the author order is correctly stored in the database.

However, the same is not true when associating a paper with an author via the UI option in the paper detail view, i.e., Connect->Author. Currently, the user is not shown a field to select the author order and the default order 1 is used for all authors.

We need to allow the user to specify the order when associating a paper with an author.