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

Sprint 1 functionality #46

Merged
merged 39 commits into from
Feb 22, 2021
Merged

Sprint 1 functionality #46

merged 39 commits into from
Feb 22, 2021

Conversation

juliagrigni
Copy link
Collaborator

See iteration plan for details

lincolnanders5 and others added 30 commits January 25, 2021 15:11
* Configured Devise
* Added in User
* Created default route for unauthorized requests
* Spiffed up index page to show current user's actions
Migrated from `type` to `relationship` to describe the type of donation.
# Conflicts:
#	app/views/layouts/application.html.erb
…ting email text, and creating test request for email previews
…environments... should be able to see email in terminal now when request is created.
updating readme to include some info on current actionmailer status
* First Dockerfile
* Fixed dependencies
* Dependency build order sped up
* rm .env
* Update README.md
* Add Windows quirks to ReadMe
* Add rails webpacker:install to the readme
* Gemfile bump

Co-authored-by: tumbleshack <[email protected]>
* Generated `Request` scaffold
* Added initial validation and link to form
* Changed form copy to show Figma copy
* `type` is a reserved field in Rails
* Migrated from `type` to `relationship` to describe the type of donation.
* Added enum-based fields
* Added link to home page
* Added link to home page
…nments folder, added gmail username and password info to example.env for team members to access
juliagrigni and others added 7 commits February 5, 2021 13:29
* populated dropdowns and fixed phone type storage
* all validation except conditional address, dfcs link
* plugged in a stylesheet (I think) and styling splash page
* did some more styling, images links in top bar need work
* bit more styling, top bar is button links for now
* Update Gemfile and Gemfile.lock (may be 2.5.5 to 2.7.0 .lock issues)
* Upgraded from Ruby 2.7.0 to 2.7.2
* Turns out you can throw Rails commands on one line
* Might stabalize Windows and Linux environments
* Bumped Rails version
  - Created `rails_user` to control server (previously `root`)
  - Opened all potential ports
  - Slimmed down the Docker context copied to container
* Updated Dockerfile
* Docker now working from clean repo
update readme with error handling info for action mailer
- Add items to Requests as string
- Added better seeding of data
  - Adds automatic creation of up to 10 Requests inside of db/seeds.rb. This file will automatically generate data when run with bin/rails db:seed.
@juliagrigni juliagrigni added this to the Sprint 1 milestone Feb 6, 2021
* initial route configuration

* add "My Requests" button and functionality

* add nil checks to dynamically load "My Requests" button

* motify title
* Add all role fields

* Added convenience scopes and default admin user

* Created route protection method

* Added convenience link to all requests if admin

reviewed by Nooreen
Copy link
Collaborator

@nooreenfarooqui nooreenfarooqui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewed 2/22/21

@nooreenfarooqui nooreenfarooqui merged commit d582b41 into main Feb 22, 2021
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.

5 participants