renardein / VIN_App

Конкурсные задания для WSR 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VIN_App

Конкурсные задания для WSR 2021

Session 1

VIN_LIB

  • Boolean CheckVIN(String vin)
  • String GetVINCountry(String vin)
  • String GetTransportYear(String vin)

REG_MARK_LIB

  • Boolean CheckMark(String mark)
  • String GetNextMarkAfter(String mark)
  • int GetCombinationsCountInRange(String mark1, String mark2)
  • String GetNextMarkAfterInRange(String prevMark, String rangeStart, String rangeEnd)

Unit tests

  • VIN_LIB
  • REG_MARK_LIB

Database

  • Import Region Codes.xlsx to database

Session 2

Authorization

  • Form created
  • Counter of wrong login attempts
  • The lock remains after restarting the app
  • If the application is not used for more than one minute, then it is necessary to close all open application windows.

Database

  • Database
  • 'Users' table
  • Add single user
  • Upload data from drivers.zip to database

Driver Create form

  • Form created
  • Driver picture upload
  • Separate address fields on form
  • Suggestions on City field
  • Is E-Mail valid check

Driver profile form

  • Form created It is necessary to implement an interface in which the user can change information about the driver, as well as additional information that will be implemented in the next sessions.

Fines

  • Form created
  • GET JSON
  • View car picture
  • POST postFine [API method is down]

Information Export

  • Import fines in .csv

Session 3

  • Database
  • Add Driver License
  • Driver Licence Card
  • Driver Card
  • Graphics

Session 4

  • Information Export
  • Database
  • Add Vehicle
  • Vehicle Card

Session 5

  • Add Accident
  • ident Info
  • Accident View
  • Unit Tests
  • кто я .......

Session 7 (DLC)

  • Commit suicide

About

Конкурсные задания для WSR 2021


Languages

Language:JavaScript 51.4%Language:C# 43.5%Language:HTML 3.4%Language:Python 1.0%Language:CSS 0.6%Language:ASP.NET 0.0%