Giter VIP home page Giter VIP logo

frontend's Introduction

This project was bootstrapped with Create React App. Don't know how create a pull request from forked repo? Check out here

How to contribute?

Before start - click Fork тут https://github.com/hospitalrun-ua/frontend (top right corner) If everything ok with ssh keys,if not - use https :


git clone [email protected]:${YOUR_GITHUB_USERNAME}/frontend.git 
cd frontend
npm i -g yarn
yarn install
yarn start

Tasks

All our open tasks at Github : frontend tasks Backend tasks docs tasks

Go to this link - allow access without certification and now you have everything for a start. Just start in browser http://localhost:3000/

General description

UA: Project description ENG: Project description

PandAid Presentation

Don't forget add your contribution to your cv and Linkedin profile !


PandAid Dashboard

Screen Shot 2020-08-12 at 4 35 39 PM


Create new request:

PandAid - new request


Aplication PandAid - Application


Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

yarn eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

yarn build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Tamara Koliada

💻

Sergiy Babich

💻

Vasyl Boyko

💻

Andriy Romanenko

💻

Serhii Puchkovskyi

💻

Thealoner

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

License

See PandAid license in LICENSE.txt .

Works that are forked from other projects are under their original licenses.

frontend's People

Contributors

alan-ps avatar amanenk avatar babichss avatar captify-dlisovenko avatar dmytropanontko avatar govindkurapati avatar grenvals avatar infinity1high avatar lenadgit avatar minahabibm avatar nickolanick avatar nikola-xiii avatar oknelvapi avatar olehmisar avatar ruffian93 avatar ryleysill93 avatar serejaserjik avatar stelmakhivan avatar thealoner avatar tomkaxx avatar valeriia-ruban avatar vb-oiko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

frontend's Issues

FOOTER: stick footer to the bottom

Screen Shot 2020-07-24 at 8 22 08 AM

Зробити щоб футер кріпився на самому низу сайту - не залежно від скейлу і розміру таблиці

RegExp for phone numbers

All phone numbers should be in valid international form with + sign in beginning

need to create regexp to check the registration form for the valid phone number ( 11 digits and + sign)

Display list / map markers based on user geolocation (mock data)

  • Определить город пользователя по локации (reverse geolocation)
    Используя gMaps API or Leaflet 3rd party services. Query by city

  • Фильтровать клиники по городу \ области.


Для этого API должен возвращать поля city & region для каждого айтема.

align front-back API integration.

(confident full-stack) align front-back API integration. Make sure API endpoints are used in related React Pages. Bonus: refactor front-end to have API wrapper. Use Swagger API as a reference, please write comments if something doesn’t fit

Internationalization

Prepare a list of UI components which need to be translated in future in English/Ukrainian

TABLE: Status column with colors

Screen Shot 2020-07-23 at 10 10 04 AM

Status column items should refer status with color - add component background such us - new (green), in progress( yellow) and done( red)

Basic Map Integration

  • Выбрать пакет для интеграции. Leaflet or Google Maps
    related: #3
  • Интегрировать карту, определение геолокации
    (default browser geolocation, by IP as fallback, show Ukraine as 2nd fallback)
  • Отображать на карте маркеры с запроса к API (mock data)

Display hospital list / map markers based on search / filter (mock data)

Отображение списка \ карты по запросу поиска \ фильтрам. может быть реализовано с мок данными

Доп. Сложности: данные по больницам нужно фильтровать по городу \ области, т.е названия городов и областей должны быть идентичными. если мы будем хранить у себя список это легче контролировать


  • Фильтровать данные по выбраному городу, области

Для этого API должен возвращать поля city & region для каждого айтема.

HEADER: modify search component

Search component should looks like :
Screen Shot 2020-07-23 at 1 07 36 PM

In Current implementation :
Screen Shot 2020-07-23 at 1 08 38 PM

Change component width, font color and add search icon in beginning

HEADER: add language selector

Close to Login section we need to add language selector with mock data ( English/Ukrainian)
Screen Shot 2020-07-23 at 11 05 53 AM

Language selector should be a simple flag which you press and can select another language :

Screen Shot 2020-07-23 at 11 06 58 AM

Email sending functionality

Precondition: AWS SES is configured.

We need emails for registration and notification purposes.
Set up and config email client to be able to send emails from templates.
Service should support templates, and be agnostic to what emails are sent.

FORM: Registration form for organization

Screen Shot 2020-07-23 at 10 02 43 AM

Similar form to Volunteers, just replace "Volunteers" with "Organization

We need now just UX implementation with mock data

The form appears after the user press a button " Долучитись як організація"

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.