https://github.com/corey-schneider/soul-building
Rails web app for Soul Building, Inc
https://github.com/corey-schneider/soul-building
ruby ruby-on-rails
Last synced: about 2 months ago
JSON representation
Rails web app for Soul Building, Inc
- Host: GitHub
- URL: https://github.com/corey-schneider/soul-building
- Owner: corey-schneider
- Created: 2021-08-08T16:59:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-03T16:32:49.000Z (over 1 year ago)
- Last Synced: 2025-01-05T17:31:45.836Z (over 1 year ago)
- Topics: ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 5.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Soul Building Inc
## Live at https://soulbuildinginc.com/
### Deployment
* Deploy: `cap production deploy`
* Roll back to specific release: `cap production deploy:rollback ROLLBACK_RELEASE=xxxxxxx`
### Start Postgres on Windows
* `sudo service postgresql start`
### To do
* ~~Navigation bar~~
* ~~Logo, colors, fonts~~
* ~~Remove "sign up" page~~
* ~~Pull in info from linkedin for `About` page~~
* ~~Mobile friendly~~
* ~~`favicon` with company logo~~
* ~~Custom fonts~~
* Auto create database entries for new posts
* Move About Us to database column
* Move all stock photos to local active storage
* **Homepage:**
* ~~Big image with text overlay~~
* ~~Last 3 (can be changed) elements from Porfolio~~
* ~~Contact~~
* ~~About~~
* Photo Album attached to Posts, editable, on S3
* ~~Add/remove album photos in UI instead of in S3~~
* Make album drag + drop sortable
* ~~First photo in album is the cover photo~~
* **Portfolio:**
* Job start date, end date / present
* Main photo of job
* Change the card to something more... "tailwind-ey"
* Check to see if newly uploaded image is a duplicate
* Restrict file size to maybe 5 MB?
* Restrict valid attachments to `%w(jpg jpeg gif png)`
- Look into removing sassc / bootstrap and using tailwind
`rails tailwindcss:watch`