Giter Site home page Giter Site logo

Vicsante Tangpos Aseniero's Projects

abukai-project-test icon abukai-project-test

Abukai Engineering Project Exercise/Test - Employs Android Native Java code and a LAMP stack for any server components - Front-end Mobile is the Android - Back-end Server Component is the Laravel LAMP

calendar-event icon calendar-event

Simple web app test using Laravel, that can add events ( no need for edit and delete ) to a calendar. Save the event to a MySQL Table. The app needs to be on a single page.

hahn-coding-challenge icon hahn-coding-challenge

Dear applicant, Thanks for your application and your interest on being a part of our Team at Hahn-Softwareentwicklung. To get in touch and see some of your coding skills we have prepared the following task for you. Send us a solution ( sourcecode ) in an git repository in a ziparchive which contains the following ( please do not include nuget packages or npm packages – we will do the dotnet restore and npm install ourself 😊) : SolutionName: Hahn.ApplicationProcess.Application Projects: Hahn.ApplicationProcess.February2021.Data - .Net 5.0 Class Library handles every DataAccess also HTTPDataAccess for country validation, uses RepositoryPattern and UnitOfWork Pattern Hahn.ApplicationProcess.February2021.Web- .Net 5.0 Kestrel Host, Hosts the static content as well as a WebAPI for the Frontend Hahn.ApplicationProcess.February2021.Domain – .Net 5.0 Class Library Containing Business Logic, Validators, Interfaces and Models The solution must contain the needed docker files and docker-compose to run the application out of the box in docker environment. We want you to build a Web Solution with RestEndpoints, as well as an Userinterface / Form to apply Data. Therefore you will have to separate the business logic, the data / persistence layer and the web project. The Api should have the following actions: POST for Creating an Object – returning a 201 on successful creation of the object and the URL where the object can be called GET with id parameter – to ask for an object by id PUT – to update the object with the given id DELETE – to delete the object with the given id The Object we want to handle is the class named Asset with the following properties: ID ( int ) AssetName ( string ) Department ( enum ) - the following values can apply (HQ, Store1, Store2, Store3, MaintenanceStation) CountryOfDepartment( string ) EMailAdressOfDepartment ( string ) PurchaseDate (Datetime) - in UTC. broken (bool) – false if not provided. The WebApi accepts and returns application/json data. The object and the properties should be validated by fluentValidation ( nuget ) with the following rules: AssetName – at least 5 Characters Department – must be a valid enumvalue CountryOfDepartment– must be a valid Country – therefore ask with an httpclient here https://restcountries.eu/rest/v2/… – ApiDescription: https://restcountries.eu/#api-endpoints-full-name if the country is found, the country is valid. PurchaseDate - must not be older then one year. EMailAdressOfDepartment – must be an valid email (only check for valid syntax *@*.[valid topleveldomain]) broken – If provided should not be null If the object is invalid ( on post and put ) – return 400 and an information what property does not fullyfy the requirements and which requirement is not fullyfied. Describe the API with swagger therefore use Swashbuckle v5 host the swaggerUI under [localhost]/swagger. Use https://github.com/mattfrear/Swashbuckle.Examples Do not forget to provide example data in the SwaggerUI, so when someone click on try it out there is already useful valid data in the object that can be posted. Use netcore logging to log each interaction with the API whereever it’s meaningful to do so and also implement this .AddFilter("Microsoft", LogLevel.Information) .AddFilter("System", LogLevel.Error) Write the log to a serilog rolling file sink the name needs to be setable in the applicationsettings.json file. Don’t use serilog in Domain – if you want to log in domain project use https://www.nuget.org/packages/… Frontend: The including Form must be an Aurelia ( http://aurelia.io ) Application which uses the API to Post Data AND Validate all the inputs with the exact same parameters as the API does. - use Typescript - use Webpack - Form can only be send if the data is valid - Use Boostrap for the UI - Use aurelia-validation, validate as much as you can :-) - Use a Bootstrap Form Renderer - invalid fields must be marked with an red border and an explanation why the date is invalid - all strings must be using i18next - the form has to buttons- send and reset. - clicking the reset button an aurelia-dialog is shown - which ask if the user is really sure to reset all the data - the reset button is only enabled if the user has typed in data -> if all fields are empty the reset button is not enabled. - when the user has touched a field but afterwards deleted all entries, the reset button is also not enabled. - The send button is only active if all required fields are filled out and are valid. - after sending the data, the aurelia router redirects to a view which confirms the sending. - if the sending was not successful an error message is shown in a aurelia-dialog. Describing what was going wrong. For all strings you use, use localization and a Jsonfile as resource file. To save the data use entityframework core 5.0 and entityframework in memory database. If you have any questions – do not hesitate to ask. A Task like this is our daily business. Provide an Readme.md how to build and start your application with the containing docker compose file. Be creative and surprise us, additional features are getting extra points. But remember to match at least the requirements mentioned. Please send us your solution till Wednesday the 8th of April, 3pm German Time. Good luck and have fun.

laravel icon laravel

Laravel PHP MVC framework project(s)

lumen-api icon lumen-api

Laravel Lumen package building RESTful Api.

saas icon saas

SAAS Sales & Marketing App

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.