Mario Hüttel mhu
mhu approved mhu/shimatta-kenkyusho#20 2024-11-19 20:32:47 +01:00
feature/small-useability-improvements

Very nice!

mhu deleted branch feature/csv-import from mhu/shimatta-kenkyusho 2024-11-18 21:43:22 +01:00
mhu pushed to mhu/4-port-to-django-5.1 at mhu/shimatta-kenkyusho 2024-11-18 21:31:28 +01:00
7678e6ad88 remove unnecessary uuid import from distributor views
mhu pushed to mhu/4-port-to-django-5.1 at mhu/shimatta-kenkyusho 2024-11-18 21:28:41 +01:00
5ce7d99db2 Fix import oder in package views
5109f8d094 Fixup imports in storage/stock views
6d0ec7e448 Fixup imports in package views
8422ff0eeb Fixup imports in manufacturer views
1f3ed7f8ed Fixup imports of distributor views
Compare 5 commits »
mhu pushed to mhu/4-port-to-django-5.1 at mhu/shimatta-kenkyusho 2024-11-18 21:08:59 +01:00
b3f8041f08 Fixup import of component_views.py
mhu pushed to mhu/4-port-to-django-5.1 at mhu/shimatta-kenkyusho 2024-11-18 20:58:44 +01:00
173f0e3c91 Fix trailing whitespace
mhu pushed to mhu/4-port-to-django-5.1 at mhu/shimatta-kenkyusho 2024-11-18 20:56:29 +01:00
a2f96ed4f0 Unclutter the views and move them to separate files
mhu created pull request mhu/shimatta-kenkyusho#18 2024-11-18 20:23:57 +01:00
mhu/4-port-to-django-5.1 Port to recent Django version
mhu pushed to mhu/4-port-to-django-5.1 at mhu/shimatta-kenkyusho 2024-11-18 20:19:45 +01:00
741a634546 Update reqirements.txt for Django 5.1.3
mhu pushed to mhu/4-port-to-django-5.1 at mhu/shimatta-kenkyusho 2024-11-18 20:18:00 +01:00
74e0be71b9 Upgrade to Dajngo 5.1.3
ce00f018fd Merge branch 'develop' into mhu/4-port-to-django-5.1
b9d788935d Merge pull request 'extended api with read only fields to improve label writing' (#17) from feature/expand-components-in-storage-api into develop
aa08de0d10 extended api with read only fields to improve label writing
Compare 4 commits »
mhu created branch mhu/4-port-to-django-5.1 in mhu/shimatta-kenkyusho 2024-11-18 19:53:32 +01:00
mhu pushed to mhu/4-port-to-django-5.1 at mhu/shimatta-kenkyusho 2024-11-18 19:53:32 +01:00
6c6ef9e5fc Move vscode folder up by one to include everything in the workspace
mhu pushed to develop at mhu/shimatta-kenkyusho 2024-11-17 23:42:26 +01:00
b9d788935d Merge pull request 'extended api with read only fields to improve label writing' (#17) from feature/expand-components-in-storage-api into develop
aa08de0d10 extended api with read only fields to improve label writing
Compare 2 commits »
mhu deleted branch feature/expand-components-in-storage-api from mhu/shimatta-kenkyusho 2024-11-17 23:42:26 +01:00
mhu merged pull request mhu/shimatta-kenkyusho#17 2024-11-17 23:42:24 +01:00
extended api with read only fields to improve label writing
mhu pushed to develop at mhu/shimatta-kenkyusho 2024-11-17 23:06:10 +01:00
4ee55c1675 Change pencil icon to pen with square to be consistent with the rest of the app
9adafeb882 Finish broken sentence in comment
Compare 2 commits »
mhu opened issue mhu/shimatta-kenkyusho#16 2024-11-17 22:08:40 +01:00
Make lab docker with a configurable UID/GID.
mhu pushed to develop at mhu/shimatta-kenkyusho 2024-11-17 21:55:45 +01:00
f1e366c7af Merge pull request 'added CSV upload to enable fast creation of similar components' (#14) from feature/csv-import into develop
390eaac396 Merge branch 'develop' into feature/csv-import
3d63357534 made the readme and example for the CSV import accessible from the form directly
20a83c7e91 added CSV upload to enable fast creation of similar components
Compare 4 commits »
mhu merged pull request mhu/shimatta-kenkyusho#14 2024-11-17 21:55:44 +01:00
added CSV upload to enable fast creation of similar components