David Böhm
d018d30485
Fixed image url for pdf preview if rendered with turbo_stream
2024-08-10 12:02:48 +02:00
David Böhm
cd07247e5f
Added pdf preview
2024-08-09 12:35:58 +02:00
33db74df71
Added cost and cost_qm in job model
...
Changes to the migration file makes it necessary to reimport the
database: db:drop db:create db:migrate db:seed
2024-08-08 22:28:12 +02:00
616bd0cbe7
Added pdf analyzer
...
Analyzer should be moved to ActiveStorage::Analyzer
First there are many bugs with ActiveStorage that needs to be fixed:
Files are not deleted if job is destroyed (dependent: :purge is set)
If a new file is uploaded the old file is not deleted
(has_one_attechment)
2024-08-08 13:56:36 +02:00
David Böhm
583b513510
Fixed links if partial rendered from model broadcast
2024-08-04 15:58:58 +02:00
54e0cd5e45
Added edit and cancel button
2024-08-04 13:26:31 +02:00
690ac30b7a
Changed order of jobs, removed table row id
2024-08-02 18:46:45 +02:00
5e45dd8058
Added status color to table row id
2024-08-02 14:54:51 +02:00
dbf6511913
Changed storage location
2024-08-02 14:06:03 +02:00
9a3777be44
Minor style upgrades
2024-08-02 07:31:09 +02:00
f7a60a90d8
Added pdf file upload
2024-08-01 23:15:05 +02:00
69bca2d99e
Some layout and model changes
2024-08-01 15:45:09 +02:00
f510d4ed09
Small layout changes again
2024-08-01 07:34:43 +02:00
5e658505d3
Small layout changes
2024-08-01 07:27:12 +02:00
e3d5d97c6c
Worked on layout, added model funktions, changed database
...
Changes to the migration file make it necessary to reimport the
database: db:drop, db:create, db:migrate, db:seed
2024-08-01 00:27:55 +02:00