Skip to content
#

duplicates

Here are 125 public repositories matching this topic...

ValentinGB
ValentinGB commented Feb 7, 2019

I have the following schema

const   mongoose        = require('mongoose'),
        uniqueValidator  = require('mongoose-beautiful-unique-validation'),
        Schema          = mongoose.Schema;

const re = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;

const ClientSchema = new
carlosms
carlosms commented Apr 4, 2019

From team and sync meetings:

Gemini works, but if one day we want to turn it into a product and start including new big features, it needs previous work. We can create a doc with what would need to be done so it does not get us by surprise later.

This refers to code refactoring, and improvements to the build and testing.

The dev experience is not good, we should fix that first and t

Improve this page

Add a description, image, and links to the duplicates topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the duplicates topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.