zak-hassan / WhoTeachsWhat

JBoss JSP Application for Data Management
0 stars 0 forks source link

Need To Generate Per Faculty This Report (Swift) #137

Open zak-hassan opened 10 years ago

zak-hassan commented 10 years ago

Using Jasper report we need to generate the following report:

img_20140401_164410

zak-hassan commented 10 years ago

Okay I'm gonna draw out a plan for generating this. Validation will be required however we can do that next.

ghost commented 10 years ago

This report is now generated on the UI. If you'd like me to make those boxes on the bottom, just add that data to the List and I'll generate it in Javascript

zak-hassan commented 10 years ago

It would be nice to be able to select the faculty member via drop down and semester then the datatable would automatically update.

ghost commented 10 years ago

This wouldn't work because the server is sending back a single faculty's swift report for a semester year. Unless you mean to say I should make many get requests as the fields change, which is possible, but not really wise.

zak-hassan commented 10 years ago

No I'm saying lets say we make it based on the URL:

?faculty_id=1&semester=1&year=14

It should list all the swift objects. What do you think?

ghost commented 10 years ago

The URL you are proposing wouldn't list all swift objects anyways.

zak-hassan commented 10 years ago

why not??? Take a look at the screen shot of what a swift looks like.

ghost commented 10 years ago

The screenshot is a single swift.

ghost commented 10 years ago

The URL you are proposing would get a swift report for a faculty member in a semester year, which is what it is already doing. By specifying faculty, semester and year you are getting one swift.

A faculty member only has one swift report for a semester year, correct? What would be the point of a list?

zak-hassan commented 10 years ago

Okay if that is the case then I fine with this.