9 Commits

Author SHA1 Message Date
ba2e90386f Add keyword field to favorites 2020-06-09 19:30:16 +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
1e87036094 personal annotations for all classes implemented 2020-06-04 23:15:54 +02:00
Pfingstfrosch
37cc1ae72d add stubs, routes for add_annotation action 2020-06-04 21:53:32 +02:00
Pfingstfrosch
cfcbf5acdb Ad requirement 4
I have no idea how this requirement shall be implemented at the end, but at first step, the tiss_crawler.rb lib checks if the search_term is an empty string and returns an error msg if found

otherwise it returns the result, but appended to 'content' key
2020-05-31 15:48:17 +02:00
Pfingstfrosch
204597b39d fix rubycop issue:
- don't introduce global variable
 - don't prefix getter with get_
 - single quotes instead of doubles for hash usage
2020-05-31 13:41:50 +02:00
bba13f249c Implement show_basic, show_detail and add_to_fav methods 2020-05-27 17:18:23 +02:00
Pfingstfrosch
1970a65bf8 fix of inheritance error -> uninitialized constant TissCrawlerController 2020-05-16 11:44:21 +02:00
Pfingstfrosch
d34a3d583c refactored crawler controllers and bundled them in crawlers namespace 2020-05-12 19:49:18 +02:00