5 Commits

Author SHA1 Message Date
ba2e90386f Add keyword field to favorites 2020-06-09 19:30:16 +02:00
af88064af9 Add keyword field in database 2020-06-09 18:14:14 +02:00
Pfingstfrosch
ca38d7260d fixed bugfix where another user could not store the same object again
fixed the primary keys => all the classes have now composite primary key which contais an id + user_id, necessary gem: 'composite_primary_keys'
fixed the user_id relation => every class now "belongs_to" user

pls kill me know
2020-06-05 00:35:04 +02:00
Pfingstfrosch
81a7e16bae add field for storing personal_annotation string 2020-06-04 21:51:52 +02:00
d84297bde7 Implement search, show_basic, show_detail and add_to_fav for theses 2020-05-25 16:14:41 +02:00