GithubHelp home page GithubHelp logo

katleiahramos / bark-park Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 10.0 3.64 MB

Discover local dog parks and make new friends!

License: MIT License

HTML 3.66% CSS 1.06% JavaScript 49.88% Ruby 45.40%
react-redux react-router reactjs ruby-on-rails

bark-park's People

Contributors

countaight avatar dependabot[bot] avatar katleiahramos avatar mintii avatar sourcediz avatar

Stargazers

 avatar  avatar

Watchers

 avatar

bark-park's Issues

[task] Refactor rails router

Current the router is a """bit""" messy. There's a mix of using rails resources and HTTP verbs and actions.

scope :api do

To be more explicit and for better user readability, replace the resources with HTTP verb and path.

example:

post '/users', to: 'users#create'

This may require looking at the checkins and parks controllers to see what routes and controller methods are currently being used.

Tasks

  • replace resources for checkins and parks with HTPP verb and path syntax.
  • ensure API calls work as expected, and that the UI still functions as expected.
  • (BONUS) add simple unit tests for those endpoints

Resources

https://guides.rubyonrails.org/routing.html

[design] UI/UX Designs/Ideas

I'm super open any/all suggestions on the design of this app! whether thats colors, suggestions for a design system/style guide, or small updates to the existing design.

We can start the conversation here! Feel free to leave comments to contribute to the overall conversation, and/or if you have ideas and would like to be directly involved I would love to chat about where we can document that process/hold the information.

[Task] Store JWT secret as an environment variable

Right now the JWT encoding and decoding happens in the application controller, and the JWT secret is hard coded into the code (see link below)

JWT.encode(payload, "1136646")

Tasks

  • use an environment variable to get the JWT secret value, replacing the hard coded value.

Resources:

[Task] Remove broken GIF from README

Currently in the README there is a gif (or different image type?) that's not working. See below:

image

Tasks

Remove broken image from the README to give it a cleaner look.

[task] Fix Map CSS

Current Behavior

  • Currently, the app is over flowing horizontally and scrolling to the right. See gif below.

demo video showing map scrolling to the right

Expected Behavior

  • the app does not overflow and there is no ability to scroll horizontally

[task] improve validation feedback on login form

At the moment, the login form does not validate against empty fields for username and password.

image

Acceptance Criteria for this tasks:
As a user, I should not be able to submit the form without entering a username and password and I should be notified in the UI why I cannot submit.

[bug] User does not stay checked in after hard refresh

Current Behavior

Currently, when if a user is checked into a park and they refresh the page, the UI does not represent that they are currently logged in.

see below
demo of bug

Expected Behavior:

When a user refreshes, the UI is still in the checked-in state.

Note:

  • this may take some involved debugging, and be a more complex task to fix.

[Doc] Add Pull Request Process section to contributing.md

After #16 is merged, it would be great to address the TODO to add the Pull Request Process. Since this is after the Development section that should describe the process for forking the repo, cloning it locally - we this section should probably include information about how to create a pull request and what to expect. For example: use the pull request template, # of reviewers required (maybe some reasoning behind that).

Tasks

  • add documentation in the TODO under the Pull Request Process header

[Doc] Update README with installation instructions

I would really love to make this project more open-source and developer friendly.

Right now the the README doesn't include any notes about how a developer can pull down the code locally and get it up and running.

Task

  • Update README to include installation instructions (downloading dependencies like postgresql, node, ruby, rails, ect)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.