8 Commits

Author SHA1 Message Date
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
04245d63dc Implement favoriting of projects 2020-05-29 10:29:20 +02:00
d84297bde7 Implement search, show_basic, show_detail and add_to_fav for theses 2020-05-25 16:14:41 +02:00
b8cc0d5b61 Implement favoriting of courses 2020-05-21 13:31:54 +02:00
d111a371ae Change layout of favorites 2020-05-07 11:57:39 +02:00
Marco Zeisler
fbfc12e096 store and display favorite person by tiss_id 2020-04-21 18:06:07 +02:00
2f85af35cb Add authentication via devise
Signed-off-by: Tobias Eidelpes <tobias@eidelpes.info>
2020-04-14 13:44:45 +02:00
0b04e7c8fc Initial commit 2020-04-04 12:26:55 +02:00