Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add customization of homepage from admin section #2641

Merged
merged 23 commits into from
Jun 1, 2018
Merged

Add customization of homepage from admin section #2641

merged 23 commits into from
Jun 1, 2018

Conversation

voodoorai2000
Copy link
Member

@voodoorai2000 voodoorai2000 commented May 22, 2018

References

Issue: #2475

Objectives

Add an admin section where the homepage can be configured
The modules that can be configured are:

  • Header
  • Cards
  • Feeds
  • User Recommendations

Visual Changes

Admin

1
2
3
4

Front

5_customized_homepage

Notes

⚠️For Release Notes:
Execute this command to initialize de homepage's content:
bin/rake homepage:create_feeds RAILS_ENV=production

@voodoorai2000 voodoorai2000 force-pushed the homepage branch 2 times, most recently from 174aa39 to be67e01 Compare May 24, 2018 16:25
voodoorai2000 and others added 12 commits May 28, 2018 18:17
Note there is some funkiness going on with class loadings
Had to create a `feed` and `widget_feed` table even though in this
first version the Widget::Feed includes only uses ActiveModel instead
of ActiveRecord, otherwise some specs failed

We’ll figure it out and clean up 😌
Regarding the feature ‘Carousel size’:
There is no need to test styling in specs, it changes too often
There are nice ways to test it, but it seems a little too much right
Review later on
Also removes unused fields related to buttons and alignment
@decabeza decabeza changed the title [WIP] Add customization of homepage from admin section Add customization of homepage from admin section Jun 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants