issues
search
My-Solar-Garden
/
rails_backend
Application that allows users to maximize their garden’s efficiency and carbon sequestration. Users can track the health of their gardens through light, temperature, and moisture sensors connected to RaspberryPis.
1
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add overview to readme
#99
leahriffell
closed
3 years ago
0
Set default image on BE
#98
AngelaGuardia
closed
3 years ago
0
Garden images
#97
AngelaGuardia
closed
3 years ago
0
As a developer, I reuse the Image service from Sweater Weather to generate images for Gardens
#96
AngelaGuardia
closed
3 years ago
0
As a developer, I reuse the Geolocation service from Sweater Weather to translate a users location to lat and long
#95
AngelaGuardia
opened
3 years ago
0
As a developer, I change the name of the user table `uid` column to `provider_id` on the database
#94
AngelaGuardia
opened
4 years ago
0
As a developer, I refactor sad paths on BE API calls
#93
AngelaGuardia
opened
4 years ago
0
As a developer, I optimize the BE API by eliminating duplicate calls to the DB in our controller actions
#92
AngelaGuardia
opened
4 years ago
0
Garden plants relationship
#91
AngelaGuardia
closed
4 years ago
0
Add formatted_time method
#90
EHale64
closed
4 years ago
0
Add test for 100% coverage
#89
hashmaster3k
closed
4 years ago
0
87 fix plant creation bug
#88
AngelaGuardia
closed
4 years ago
0
Remove species from plant model validation to fix plant creation bug
#87
AngelaGuardia
closed
4 years ago
0
All links to the api are called through the env variable ENV['BE_URL']
#86
lkriffell
opened
4 years ago
0
When I visit a sensor show page, I see a link which takes me to a sensor edit page
#85
lkriffell
opened
4 years ago
0
Migrate sinatra poros
#84
nicorithner
closed
4 years ago
0
Garden health sensor relationship
#83
AngelaGuardia
closed
4 years ago
0
Revert "Revert "Edits plant creation so that plants get same id in our database that …""
#82
drewwilliams5280
closed
4 years ago
0
All models destroy action updated to account for relationships.
#81
Alex-Desjardins
closed
4 years ago
0
Update models relationships, dependent destroy.
#80
Alex-Desjardins
closed
4 years ago
0
Update garden relationships, dependent destroy.
#79
Alex-Desjardins
closed
4 years ago
1
Resource Will Not Delete
#78
hashmaster3k
closed
4 years ago
0
Migrate created weather and daily poros from sinatra app to backend rails app.
#77
EHale64
closed
4 years ago
0
Revert "Edits plant creation so that plants get same id in our database that …"
#76
drewwilliams5280
closed
4 years ago
0
Garden sensors relationship endpoint
#75
AngelaGuardia
closed
4 years ago
0
Create an API endpoint for the relationship between garden and sensors
#74
AngelaGuardia
closed
4 years ago
0
Set up travis again
#73
dcoleman21
closed
4 years ago
0
Update travis.yml file
#72
Alex-Desjardins
closed
4 years ago
0
Switching production db to digital ocean via ENV variables.
#71
Alex-Desjardins
closed
4 years ago
0
Edits plant creation so that plants get same id in our database that …
#70
drewwilliams5280
closed
4 years ago
0
As a backend dev, I make sure plants are being stored in the database with the same ID number as the API ID number.
#69
drewwilliams5280
closed
4 years ago
0
Update user_params in user controller
#68
hashmaster3k
closed
4 years ago
0
Add plant to garden
#67
drewwilliams5280
closed
4 years ago
0
As a back end dev, I set up endpoints for the front end to add plants to a user's garden.
#66
drewwilliams5280
closed
4 years ago
0
Plant search
#65
drewwilliams5280
closed
4 years ago
0
As a backend dev, I figure out a solution to the plants image URL coming in from the external API and through the microservice.
#64
drewwilliams5280
opened
4 years ago
1
Create new garden
#63
leahriffell
closed
4 years ago
0
Rails BE create new garden isn't creating new garden or user garden
#62
leahriffell
closed
4 years ago
0
Add indexes to uid
#61
D-Lessenden
closed
4 years ago
0
Add an index to the uid on the user table
#60
D-Lessenden
closed
4 years ago
0
Sensor search
#59
lkriffell
closed
4 years ago
0
Add temperature to sensor type enum and update factory
#58
AngelaGuardia
closed
4 years ago
0
Expose garden privacy status and description in API response
#57
leahriffell
closed
4 years ago
0
Oauth be
#56
IamNorma
closed
4 years ago
0
Add user and garden seeds, expose additional garden attr in api response
#55
leahriffell
closed
4 years ago
0
Add uid to user table
#54
D-Lessenden
closed
4 years ago
0
As a backend dev, I make an endpoint to search the plant microservice with a search term.
#53
drewwilliams5280
closed
4 years ago
0
Add relationships to serializers.
#52
Alex-Desjardins
closed
4 years ago
0
Edits create gardens method to include user
#51
drewwilliams5280
closed
4 years ago
0
As a back end dev, when the front end makes a post method API call to create a garden for a user, a new garden is added to the database with a user associated with it..
#50
drewwilliams5280
closed
4 years ago
0
Next