GithubHelp home page GithubHelp logo

syskit-quiz-app's People

Contributors

kaca992 avatar dinokacavenda avatar kacavendadino avatar hbagaric avatar hbagarich avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

syskit-quiz-app's Issues

README

  • update BE README with detailed steps needed to deploy app
  • create FE README
  • create main page README with links to specific readme, link to demo app and some basic info

Webpack config

  • minification on build

  • loading of images in dev server

Email validation

There were few potential issues with email validation:

  • whitespace in the end/begining. Need to trim it so it will work with regex

  • [email protected] type email is problematic

Loading element

Need to style loading component: src/components/LoadingComponent. There are 2 situations:

  • loading while fetching quesitons

  • loading while submiting answers

Need to set some background and maybe change text color of label

Admin center

  • simple admin center to show submited participants. Api for fetching all participants is already defined (see README of be project), we just need to show it in a simple table sorted by result (maybe even submit time)

Result component

  • Implementation of Result component (added dummy component in components that just shows simple result)

Validation design on Participant info input

  • Implement the error design for input fields. Currently there is an empty box where the exclamation icon should be and it is in another row because input field is set to be 100% width.

We should either:

  1. Lose the exclamation icon and just color the underline red
  2. Dinamically shorten the width of input on error so the exclamation mark fits and import the icon

Error page

  • Implement simple error page with funny picture and "Something went wrong text". Added error catching and displaying of ErrorPage on loading of questions and submiting of answers. Need to implementation of error message rendering in main.tsx -> render -> add switch case for ErrorPage enum

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.