ogallagher / tejos_textiles

An online arts journal for publishing works in a new medium
MIT License
1 stars 0 forks source link

Work submission and fetch #24

Closed ogallagher closed 4 years ago

ogallagher commented 4 years ago

Work submission via the contribute page is mostly functional (just missing error handling), and the component for the account page is ready for insertion once the database connection is finished.

Works will also need to be editable from the account page, and display information from all of the database columns.

Works will then need to be referenced from fragments in the textile win screen.

ogallagher commented 4 years ago

Contribution now functions with error handling, and the corresponding work appears in the author’s account page when fetched from the database. Works in the account page are not yet editable, but do display all column information, including textile appearances (fragments).

ogallagher commented 4 years ago

Works can now be edited from the account page, though the results are not displayed until the page is reloaded, and error handling is not done yet.

They should also be deletable, which is not done yet, either.

ogallagher commented 4 years ago

Work edits are now displayed immediately without needing a page reload, and with improved error handling. Works are still not yet deletable.

ogallagher commented 4 years ago

Works are now deletable; this issue is done.