Git Product home page Git Product logo

Comments (4)

dharapvj avatar dharapvj commented on July 19, 2024

Lets assume following domain model..

Employee -> 
	firstName String required 100chars max, 1 char min
	lastName string required 100 chars max, 1 char min
	doj date required
	hasLeft boolean
	lastWorkingDay date
	title string required 150 characters max
	emailId - email type - required 250 characters max email validation
	cell phone - number/string masked
	ssn no - number - masked
	aadhar no. - number - masked
	addresses - array of type Address
	trainings - array of type Training

Address ->
	line1 string required 100chars max, 1 char min
	line2 string 100 chars max
	city string required
	pincode string min 5 max 9
	state string required
	country string required

Training ->
	title string required 100 chars
	startDate - date required
	endDate - date
	trainingMasterId - required integer
	grade - 1 char
       Feedback - integer (1 to 5) - to be created using star widget 

Masking is a secondary priority

from enterprise-angular-seed.

dharapvj avatar dharapvj commented on July 19, 2024

Latest version of this plugin (0.7.0-alpha.1) brings breaking changes.. it also brings mandatory peer dependency of Material and CDK.. which is little weird 😞

I am re-evaluating my choice of library at the moment..

from enterprise-angular-seed.

dharapvj avatar dharapvj commented on July 19, 2024

Also.. in the demos which I tried the page continually refreshes losing all the styles in the process..

Either the version I am using is little unstable at the moment OR I am not configuring it well.. Need to analyse it futher

from enterprise-angular-seed.

dharapvj avatar dharapvj commented on July 19, 2024

useful editor to edit the json schemas

from enterprise-angular-seed.

Related Issues (12)

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.