1. 25 Apr, 2023 7 commits
    • Washington99's avatar
      Implemented functioning edit author method · e7cd1f8f
      Washington99 authored
      The details page of every database entry of author model now has an edit author button. The button successfully updates the entry values and redirects to the details page afterwards.
      e7cd1f8f
    • Washington99's avatar
      Finished Add Author functionality · 19ff60ac
      Washington99 authored
      The form now saves the new entry into the database. It also redirects to the details page of the new entry.
      19ff60ac
    • Washington99's avatar
      Implemented the add author button · a7eaad9e
      Washington99 authored
      The add author button now directs to the forms where new entries may be added to the database. However, the form itself still doesn't have the needed functionality.
      a7eaad9e
    • Washington99's avatar
      Save changes button working · 6b0f96d2
      Washington99 authored
      Functionality of the button has been added. Button now redirects to the details of the edited model entry.
      6b0f96d2
    • Washington99's avatar
      Implemented the button for edit · 06f368a5
      Washington99 authored
      The button was made to redirect to the link that was asked in the specs. The save changes button is still non-working.
      06f368a5
    • Washington99's avatar
      Added the "Add Book" functionality · 76997972
      Washington99 authored
      The Book page now has an add book function where a new instance of a book entry maybe created in page. The page automatically redirects to the details page of the created entry upon successful creation.
      76997972
    • Washington99's avatar
      Updated README and Homepage · 9299e990
      Washington99 authored
      Updated necessary parts of the REAME file to latest ones. Homepage now has the links (non-working ones for now) for adding model entries through form.
      9299e990
  2. 28 Mar, 2023 8 commits