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

Teste visning av bøker som er del av serier #20

Closed
danmichaelo opened this issue Jul 8, 2015 · 5 comments
Closed

Teste visning av bøker som er del av serier #20

danmichaelo opened this issue Jul 8, 2015 · 5 comments
Assignees
Milestone

Comments

@danmichaelo
Copy link
Member

Må vise part_no, part_name (der det finnes) og antakelig part_of.relationship part_of.title.

Eks: 921510055

"part_name": "Psychology, human physiology, living creatures, botany, ethics, religion, politics, rhetoric and poetics, music, miscellanea",
      "part_no": "2",
      "part_of": {
        "id": "920831230",
        "isbn": "9004094407",
        "issn": null,
        "relationship": "Inkludert i",
        "title": "Theophrastus of Eresus",
        "vocabulary": "NO-TrBIB",
        "volume": null
      },
      "series": [
        {
          "id": null,
          "title": "Philosophia antiqua",
          "volume": "54:2"
        }
      ],
      "title": "Theophrastus of Eresus sources for his life, writings, thought and influence",

Eks: 900261889

      "part_name": "Diseases and the doctor",
      "part_no": "A",
      "part_of": {
        "id": "910312990",
        "isbn": null,
        "issn": null,
        "relationship": "Inkludert i",
        "title": "Science in society",
        "vocabulary": "NO-TrBIB",
        "volume": null
      },
      "title": "Science in society",
@danmichaelo danmichaelo added this to the MVP milestone Jul 8, 2015
@stianlagstad stianlagstad self-assigned this Jul 8, 2015
@stianlagstad
Copy link
Contributor

Sjekker du commit a525944?

@stianlagstad
Copy link
Contributor

Blir litt tricky pga at part_no er så ulikt. Noen har bare tall, mens andre har "Vol. 5", slik som denne:
index.html#cat/Teknologi/2613

Men det ligger inne nå.

danmichaelo added a commit that referenced this issue Jul 8, 2015
authors (eller 'creators') kan også inkludere redaktører, bidragsytende organisasjoner, osv…
@danmichaelo
Copy link
Member Author

Bør vi ha noen kobling mellom bind i samme serie? Eller liste opp "andre bøker i samme serie"? Vi har jo god plass.. Man kan gjøre oppslag på serie-ID slik:

http://colligator.biblionaut.net/api/documents?q=part_of.id:801118662

@danmichaelo danmichaelo reopened this Jul 8, 2015
@stianlagstad
Copy link
Contributor

+1 for fremtidig greie. Enkel listevisning under beskrivelsen av boka, kanskje?

@danmichaelo
Copy link
Member Author

Lukker denne da

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

No branches or pull requests

2 participants