quince-science / QuinCe

QuinCe is an online tool for processing and quality control of data from scientific instruments, with a primary focus on oceanic data.
https://quince.science
GNU General Public License v3.0
6 stars 8 forks source link

Dummy bean setters #624

Open squaregoldfish opened 6 years ago

squaregoldfish commented 6 years ago

There are a lot of dummy setter methods in beans throughout the application. This is an indication that the front end is sending data back when it shouldn't be, which is a waste of bandwidth.

Wherever we have these, remove the dummy methods and make sure the data isn't being sent in the first place.

squaregoldfish commented 4 years ago

Apparently there's a "read only" attribute that can be set on at least some PrimeFaces attributes, so that might help us.