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

Display list of all Booktypes in DB #171

Open
bvorak opened this issue Mar 20, 2017 · 6 comments
Open

Display list of all Booktypes in DB #171

bvorak opened this issue Mar 20, 2017 · 6 comments

Comments

@bvorak
Copy link
Contributor

bvorak commented Mar 20, 2017

This is the simplest way to let user check if a certain booktype already exists.
Ordering them at least by subject makes sense. More filtering shouldnt be needed for the beginning.
As a bonus: Display number of books per booktype

@bvorak bvorak added this to the Version 2.0 milestone Mar 20, 2017
@bvorak bvorak changed the title Feature: Display list of all Bootypes in DB Feature: Display list of all Booktypes in DB Mar 20, 2017
@cnmicha
Copy link
Member

cnmicha commented Mar 21, 2017

TDBCon has this:

// Returns an array of all booktypes
// result: array of booktype objects
function getBooktypes: ArrayOfBooktypes;  

@cnmicha cnmicha added feature and removed database labels Mar 21, 2017
@cnmicha cnmicha changed the title Feature: Display list of all Booktypes in DB Display list of all Booktypes in DB Mar 23, 2017
@frcroth
Copy link
Contributor

frcroth commented Mar 23, 2017

I'll be working on this. Already added the needed GUI elemnts

@frcroth
Copy link
Contributor

frcroth commented Mar 24, 2017

Can management please implement this?

ghost pushed a commit that referenced this issue Mar 24, 2017
@ghost ghost mentioned this issue Mar 24, 2017
@JanMich
Copy link
Contributor

JanMich commented Mar 31, 2017

why is this issue not closed? Problems?

@ghost ghost removed the management label Mar 31, 2017
@cnmicha
Copy link
Member

cnmicha commented Apr 4, 2017

GUI are you done?

frcroth added a commit that referenced this issue Apr 7, 2017
SIEGSEGV when getting ISBN
@frcroth
Copy link
Contributor

frcroth commented Apr 7, 2017

It is implemented, but doesn't work, because of SIGSEGV in getISBN, so I guess I am trying to get an ISBN of a booktype that doesn't exist. Could be my mistake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants