Code Monkey home page Code Monkey logo

tallao's Introduction

Tallao

Talla'o is a web browser which allows users to check into their laundry orders. It allows to communicate, inform about the order.

NAMING CONVENTIONS

  • Variable names: camelCase
  • Constants (including OBJ properties that are meant to be constants): SNAKE_CASE
  • Function names: camelCase
  • File names (except for React Components & Custom Hooks): kebab-case
  • Route folders: PascalCase
  • Auxiliary files (helper files): _(kebab-case name)
  • Database fields: snake_case
  • Socket.io events: kebab-case

tallao's People

Stargazers

Robert Lu Zheng avatar

Watchers

James Cloos avatar Robert Lu Zheng avatar

tallao's Issues

Refactor backend code with try...catch statements

Since errors can be produced after previous insertion queries. It's important that when these errors occurs, those previous insertion queries should be deleted. Since it'll produce a collision / paradox in registers.

Notifications translation system not working

When a laundry makes a new order, the notification that the customer receives is not appearing because the system of translation works by instantiating a obj with properties that most of them are variable. Means that sometimes some properties are undefined, causing a typeError and not rendering for that cause.

Resetting the state to baseState

Still need to figure out a reset in the state when submitting to a baseState where it contains all the priceData and doesn't need to unmount the component

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.