Commit Graph

52 Commits

Author SHA1 Message Date
08babbcea3 Fixed small design issues and installed tailwind sorter headwind to vscode 2024-08-14 13:21:01 +02:00
17b5666710 Fixed anker points 2024-08-14 00:38:51 +02:00
b8e107b7cc Added status icons to the cards for operator view 2024-08-14 00:16:06 +02:00
be9224a774 Fixed turbo_confirm message 2024-08-13 23:44:27 +02:00
3be019b58b Implemented status changes operator index 2024-08-13 23:37:31 +02:00
bf78c1537a Added error handling for increasing pages 2024-08-13 14:52:22 +02:00
e4c19850b1 Added broadcast when increment or decrement pages 2024-08-13 13:24:50 +02:00
286cf57ac8 Added alert if number_of_pages could not be set 2024-08-13 13:17:32 +02:00
eaf7fdd2be Number of plans can no be incremented or decremented 2024-08-13 13:00:59 +02:00
3a660d42de Removed json response 2024-08-13 10:54:26 +02:00
ead82a9222 Worked on operator view 2024-08-13 04:42:17 +02:00
b467f9c86d Fixed pdf preview with turbo_stream 2024-08-12 14:08:23 +02:00
a3373e0288 Started with operator index 2024-08-12 04:22:54 +02:00
e53fffdb8d Added links to admin and opertator in navbar 2024-08-12 03:53:46 +02:00
d28b4e0876 Small design changes for job list 2024-08-12 03:49:33 +02:00
bfe5193a61 Generated operator controller and cleaned job controller 2024-08-12 03:01:13 +02:00
f60575fc89 Small design changes 2024-08-12 01:11:29 +02:00
6522ab0339 Renamed status ready_to_pickup to just pickup 2024-08-11 16:53:28 +02:00
6a8de20f44 Small layout changes 2024-08-11 12:25:51 +02:00
083ec5253a Fixed icons in table 2024-08-10 19:56:32 +02:00
David Böhm
d0c653d61a Small layout changes 2024-08-10 16:52:29 +02:00
David Böhm
769423c42b Upgrated to rails 7.2.0 2024-08-10 13:12:05 +02:00
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
19cf60c9a9 Added icons, helperfunction and new fancy notice message
Added icons from webcrunch resp. heroicons
Added helperfunction to display inline svg with the plugin inline-svg
Implemented fancy notice message webcrunch. Realy nice but does only
work with javascript on.
2024-08-06 00:23:29 +02:00
450bb7a3bd Fixed User relation to Job 2024-08-04 22:43:16 +02:00
99dbd71c0d Small fixes 2024-08-04 22:29:20 +02:00
acc5790663 Added eager loading 2024-08-04 21:33:30 +02:00
72b93a27ab Moved broadcast logic to the job controller 2024-08-04 20:15:20 +02:00
David Böhm
583b513510 Fixed links if partial rendered from model broadcast 2024-08-04 15:58:58 +02:00
David Böhm
2df2ced8b9 Small notice css change 2024-08-04 15:57:24 +02:00
David Böhm
c8dcedaf0c Fixed notice message for create new job 2024-08-04 15:41:50 +02:00
70b935e76d Updated notice message 2024-08-04 14:21:16 +02:00
54e0cd5e45 Added edit and cancel button 2024-08-04 13:26:31 +02:00
ed0c4408ca Added broadcast to jobs create and update 2024-08-04 12:12:16 +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
c5e55eb410 Added job attributes, fixed seeds.rb
Added some attributes like status_changed_at. Refactored migration
files.
Changes to the migration file makes it necessary to reimport the
database: db:drop, db:create, db:migrate, db:seed
2024-08-02 13:47:44 +02:00
9a3777be44 Minor style upgrades 2024-08-02 07:31:09 +02:00
884ee53748 Give label in form a title 2024-08-01 23:35:55 +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
40ea1910c7 First layout work
Based on: https://www.youtube.com/watch?v=Y7i4ygh1wYw
2024-07-31 15:52:56 +02:00
d322ba1a83 Added user model and fixed reference in migration 2024-07-31 06:48:43 +02:00