Joseph Kiniry

Results 38 issues of Joseph Kiniry

In particular, make sure we include a description of all of the core design matters and subtleties of our use of Postgres (in a failover configuration) and our use of...

feature
server
design
documentation

I like the Apache Foundation's common practice of having them all collected in a subdirectory at the root of the project. E.g., from their LDAP API: ```Free--Fair-2:apache-ldap-api-1.0.0-bin> pwd /Users/kiniry/Sandboxes/LDAP/apache-ldap-api-1.0.0-bin Free--Fair-2:apache-ldap-api-1.0.0-bin>...

feature
documentation

According to the spec, we have two synchronization points that trigger internal state changes: - the DOS Dashboard should permit state administrators to choose which contests are under audit only...

feature
server
design

Review the API and use `Collections.unmodifiableList` and similar methods or classes judiciously. Right now we are inappropriately leaking private references willy-nilly.

feature
server
design

This is mainly for future developers outside of Free & Fair that wish to extend the system and easily understand its transport subsystem and our use of JSON and HTTP.

feature
client
server
documentation

This is mainly for future developers outside of Free & Fair that wish to extend the system and easily understand its persistence subsystem and our use of Postgres and Hibernate.

feature
server
documentation

A nice cross-cutting way to enumerate all such events and ensure that the refine correctly across specification to client to server would be lovely.

feature
client
server
assurance
documentation

See `AbstractEndpoint`.

feature
server