Merge pull request #4248 from Ocelot-Social-Community/count-post-views
feat:Count Post Clicks
Showing
- backend/src/db/factories.js 1 addition, 0 deletionsbackend/src/db/factories.js
- backend/src/db/migrations/1614023644903-add-clickedCount-to-posts.js 53 additions, 0 deletions.../db/migrations/1614023644903-add-clickedCount-to-posts.js
- backend/src/middleware/index.js 3 additions, 0 deletionsbackend/src/middleware/index.js
- backend/src/middleware/slugifyMiddleware.spec.js 2 additions, 1 deletionbackend/src/middleware/slugifyMiddleware.spec.js
- backend/src/middleware/userInteractions.js 44 additions, 0 deletionsbackend/src/middleware/userInteractions.js
- backend/src/middleware/userInteractions.spec.js 98 additions, 0 deletionsbackend/src/middleware/userInteractions.spec.js
- backend/src/models/Post.js 1 addition, 0 deletionsbackend/src/models/Post.js
- backend/src/schema/resolvers/posts.js 1 addition, 0 deletionsbackend/src/schema/resolvers/posts.js
- backend/src/schema/resolvers/searches.js 2 additions, 1 deletionbackend/src/schema/resolvers/searches.js
- backend/src/schema/types/type/Post.gql 2 additions, 0 deletionsbackend/src/schema/types/type/Post.gql
- webapp/assets/_new/icons/svgs/hand-pointer.svg 5 additions, 0 deletionswebapp/assets/_new/icons/svgs/hand-pointer.svg
- webapp/components/PostTeaser/PostTeaser.spec.js 1 addition, 0 deletionswebapp/components/PostTeaser/PostTeaser.spec.js
- webapp/components/PostTeaser/PostTeaser.story.js 1 addition, 0 deletionswebapp/components/PostTeaser/PostTeaser.story.js
- webapp/components/PostTeaser/PostTeaser.vue 5 additions, 0 deletionswebapp/components/PostTeaser/PostTeaser.vue
- webapp/components/generic/SearchPost/SearchPost.spec.js 1 addition, 0 deletionswebapp/components/generic/SearchPost/SearchPost.spec.js
- webapp/components/generic/SearchPost/SearchPost.vue 1 addition, 0 deletionswebapp/components/generic/SearchPost/SearchPost.vue
- webapp/components/generic/SearchableInput/SearchableInput.story.js 4 additions, 0 deletions...mponents/generic/SearchableInput/SearchableInput.story.js
- webapp/graphql/Fragments.js 1 addition, 0 deletionswebapp/graphql/Fragments.js
- webapp/graphql/Search.js 2 additions, 0 deletionswebapp/graphql/Search.js
- webapp/locales/de.json 1 addition, 0 deletionswebapp/locales/de.json
Loading
Please register or sign in to comment