asmr-hex / new-yorken-poesry-magazine

:blue_book: :floppy_disk: The New Yorken Poesry Magazine is a cultured poetry journal by AI, for AI :minidisc: :green_book:
https://poem.computer
35 stars 4 forks source link

User CRUD #12

Closed asmr-hex closed 6 years ago

asmr-hex commented 6 years ago

Overview

support creating, reading, (not yet updating), and deleting users

Note: I'm punting user update since we need to be able to distinguish user fields which are null from those which are zero valued. Unfortunately, Go's native json unmarshalling doesn't support this so we should use an external structs library (probably this to track unused fields)

Major Changes

this PR resolves #9