Code review comment for lp://qastaging/~rick-rickspencer3/desktopcouch/notempviewsmods

Revision history for this message
Rick Spencer (rick-rickspencer3) wrote :

There are two changes here:

Change 1 you probably care about. I refactored server.py by renaming server.get_records_and_type to server.get_records. Also modified the function to take a record type param if desired to only create records of that type and optionally create a view name "get_"+ record_type.

Change 2 changed couchwidget to use the modified records api.

« Back to merge proposal