shymmq / librus-client

Klient restowego API librusa na androida
https://play.google.com/store/apps/details?id=pl.librus.client
GNU General Public License v3.0
14 stars 3 forks source link

Use @Value.Default where possible #81

Closed rowysock closed 7 years ago

rowysock commented 7 years ago

After https://github.com/requery/requery/issues/421 Requery is able to use methods annotated with @Value.Default as columns in DB. We should use @Value.Default everywhere it makes sense, like Teacher name and last name. This would make our application more resistant to unexpected data anomalies like Teacher without name