Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

64 lines (48 loc) · 2.45 KB

Changelogs

commit b0a15ef

  • make an appropriate id for the models
  • enhance the update experience by
  • fix all update issues in index pages
  • make site types a model SiteType
  • adding messages when the update succeeds or fails
  • link items and products

commit cfb7f56:

  • code enhancements:
  • use url keyword instead of static urls
  • database changes, renaming, ...
  • delete items/users/categories/suppliers/sites in groups

commit b5d4f61:

  • code enhancements especially in views.py
  • messages (just starting)
  • migrations: some column alters (required fields)
  • re-configure tailwindcss (no much diff between old one)

commit f4f7038:

  • Date:
  • Add Category app:
    • setup the category app
    • mv Category model to categories app from items app

commit e54a03a:

  • Date: Date: Thu Jul 11 23:24:23 2024 +0100
  • dropdown menu for fks:
    • migrating from forms.Form to forms.ModelForm
    • using existing values of other tables referenced by fks

commit cc21ecd:

  • Date: Thu Jul 11 19:43:44 2024 +0100
  • Add support for images:
    • support images (just for upload)
    • some cleanup for urls.py and views.py of the items app from tests

commit bff9678:

  • Date: Thu Jul 11 14:44:38 2024 +0100
  • Feats and Fixes:
    • add users app for managing users, auth, permissions
    • moving login/logout feats to users app
    • add users app that manage items
    • reduce some tailwind classes in html by editing input.css
    • some cleaning

commit 0787d5f:

  • Date: Tue Jul 9 21:47:40 2024 +0100
  • Miner changes:
    • start reducing tailwind classes
    • separating JS files to: theme.js, login.js and main.js
    • add create new list
    • add some styles to the login page