Coder Social home page Coder Social logo

zghera / step-portfolio Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 6.13 MB

Individual project work done during Google's 2020 STEP intern program.

Home Page: https://zghera-step-2020.appspot.com

License: Apache License 2.0

Java 69.53% HTML 10.89% JavaScript 15.97% CSS 2.45% Python 1.16%

step-portfolio's People

Contributors

andreahu12 avatar apicardgoog avatar dependabot[bot] avatar kevinworkman avatar kevwhite1 avatar lazau-g avatar nanselmo avatar nmhall avatar suyashlakhotia avatar zghera avatar

Watchers

 avatar  avatar  avatar

step-portfolio's Issues

New Comment Input Verification

Make sure to run any new comment before adding it to the Cloud Datastore. Some of the types of inputs that should be rejected or modified includes:

  • Comments that contain <script> or other HTML tags that could cause an HTML Injection or XSS attack.

  • "Edge inputs" such as an empty string.

  • Do some research to see if there are other types of harmful inputs that I should prevent.

Ensure one user cannot delete all comments

As mentioned in #17, it is suggested that a user should only be able to delete or edit comments that they made. The best solution for this problem may be using Authenticator API for users to sign in so they only have the option to delete their own comments.

Create Error Page/Notice for Comments Page

In cases where there is an error communicating with the database, there should be a clean, clear, and consistent method to notify the user what type of issue has occurred. So far, this could occur when:

  • Fetching all of the comments stored in the Datastore.
  • Fetching the Blobstore url in order to push images to the Datastore alongside their comments.

An entire new error html page could be created or some time of notice bar near the top of the screen. Some research should be done to determine a simple yet effective solution for displaying these types of errors.

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.