Giter VIP home page Giter VIP logo

formcrud's Introduction

STUDENTS ERP

An ERP to manage the information from the school students. The school staff can add the information of new students, access this information, Edit the information and delete the student inforation once he is graduated.

Getting Started

This ERP is in C# code. I reccomend Visual Studio to check the code.

Implementation

In this implementation, I tried to apply Single Responsibility in the classes and methods. In a first moment, after I analysed the project, I segregate the problem in tasks and classes.

I planned the project with a 3 layer architechture:

  1. FileManager.Common.Layer
  2. FileManager.DataAccess.Data
  3. FileManager.Presentation.WinSite

The data that the school staff will manage will be:

  • StudentId
  • StudentName
  • StudentLastName
  • Date of birth

The staff can record the student information in: txt, json or xml files (Combobox).

Classes:

-- frmStudent:

-- StudentDao:

-- StudentFile:

-- StudentFileXml:

-- StudentFileJson:

-- StudentFileTxt:

Product Backlog

  • Refactorize the code: Use 10x10x10 rule
  • Add more information to student file (Grades, Country, Previous studies...)
  • Apply the SOLID principle

Technology Stack

C# | .NET FRAMEWORK | MSTest

formcrud's People

Contributors

alex-manye avatar

Watchers

James Cloos avatar  avatar  avatar

formcrud's Issues

U from CRUD (xml)

Edit a xml file when the user decides to update the information of one student. Related to #10

D from CRUD (txt)

Delete a txt file when the user decides to delete the information of one student. Related to #9

U from CRUD (txt)

Edit a txt file when the user decides to update the information of one student. Related to #10

D from CRUD (json)

Delete a json file when the user decides to delete the information of one student. Related to #9

R from CRUD (json)

Access a json file when the user decides to read the information of one student. Related to #5

C from CRUD (txt)

Create a txt file when the user decides to save the student information. Related to #1

D from CRUD (xml)

Delete a xml file when the user decides to delete the information of one student. Related to #9

C from CRUD (json)

Create a json file when the user decides to save the student information

R from CRUD (txt)

Access a txt file when the user decides to read the information of one student. Related to #5

U from CRUD (json)

Edit a json file when the user decides to update the information of one student. Related to #10

R from CRUD (xml)

Access a xml file when the user decides to read the information of one student. Related to #5

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.