Mario Hüttel mhu
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
mhu commented on issue mhu/shimatta-kenkyusho#9 2024-11-17 20:30:13 +01:00
Add thumbnail generation for images

Removing milestone. This is not as important as getting the other stuff working first.

mhu opened issue mhu/shimatta-kenkyusho#15 2024-11-17 20:29:35 +01:00
Add agit hash / version info somewhere on the website.
mhu closed issue mhu/shimatta-kenkyusho#11 2024-11-17 20:24:08 +01:00
Add docker compose setup for use with a postresql container
mhu pushed to develop at mhu/shimatta-kenkyusho 2024-11-17 20:19:29 +01:00
1c08f433d4 Merge pull request 'Implement #11 mhu/11-add-docker-compose-setup: Add compose setup' (#12) from mhu/11-add-docker-compose-setup into develop
8a8f2cdea4 Fix typo in comment
66f4eea77d Update env file example to contain Volume mount point for DB folder
561b2aed27 Add the /healthcheck path which returns an HTTP200 OK response for checking the helath of the container after startup
a59fad4866 Add self hosted entrypoint file for easier debugging which will use the integrated django server to serve all files
Compare 10 commits »
mhu deleted branch mhu/11-add-docker-compose-setup from mhu/shimatta-kenkyusho 2024-11-17 20:19:29 +01:00
mhu merged pull request mhu/shimatta-kenkyusho#12 2024-11-17 20:19:29 +01:00
Implement #11 mhu/11-add-docker-compose-setup: Add compose setup
mhu commented on pull request mhu/shimatta-kenkyusho#14 2024-11-17 20:17:12 +01:00
added CSV upload to enable fast creation of similar components

Can we add this help text as tooltip on the actual website? or maybe add a download link for the CSV file template so it can be filled out more easily.

mhu commented on pull request mhu/shimatta-kenkyusho#14 2024-11-17 20:17:12 +01:00
added CSV upload to enable fast creation of similar components

Sneaky 😛

mhu commented on pull request mhu/shimatta-kenkyusho#14 2024-11-17 20:17:12 +01:00
added CSV upload to enable fast creation of similar components

Okay. The error handling is indeed a little bit basic 😄 But I guess it's okay for now.

mhu pushed to mhu/11-add-docker-compose-setup at mhu/shimatta-kenkyusho 2024-11-17 20:08:58 +01:00
8a8f2cdea4 Fix typo in comment
mhu pushed to mhu/11-add-docker-compose-setup at mhu/shimatta-kenkyusho 2024-11-17 19:36:33 +01:00
66f4eea77d Update env file example to contain Volume mount point for DB folder
mhu pushed to mhu/11-add-docker-compose-setup at mhu/shimatta-kenkyusho 2024-11-17 19:10:33 +01:00
561b2aed27 Add the /healthcheck path which returns an HTTP200 OK response for checking the helath of the container after startup
mhu pushed to mhu/11-add-docker-compose-setup at mhu/shimatta-kenkyusho 2024-11-17 17:33:51 +01:00
a59fad4866 Add self hosted entrypoint file for easier debugging which will use the integrated django server to serve all files