Code Monkey home page Code Monkey logo

design-pattern-persistency's Introduction

Design Pattern Persistency

Eighth assignment for Software Engineering course @ USI 19/20.

Repository

The source code is available on GitLab at https://github.com/GiorgiaAuroraAdorni/design-pattern-persistency.

Contributors

This assignment has been developed by Giorgia Adorni.

Installation

$ git clone https://github.com/GiorgiaAuroraAdorni/design-pattern-persistency.git

Design of the architecture

Model

model

View

The web application consists of four pages:

  • the home page where it is possible to choose if login, register, view the users list or search for a user;

    home

  • the login page is used to login into the system;

    login

  • the registration page allows the registration of new users;

    registration

  • the last page contains the user list of all the registered users and where it is possible to search users by name, address or best friend. view

    userlist

    search

    workingsearch

    errorsearch

Controller

controller

Patterns

  • The Front Controller patter has been used to reduce the amount of repeated boilerplate code. It handles all the requests.
  • The Template View pattern has been adopted to speed up the implementation of the user interface. An example of template is the page with the users list.
  • The Active Record pattern handles the mapping of app data to data sources. Each DB record correspond to actual business logic entities.

design-pattern-persistency's People

Contributors

giorgiaauroraadorni avatar

Watchers

 avatar

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.