UI/UX tweaks and improvements.
This commit is contained in:
parent
4daec9b624
commit
418d3cc402
32 changed files with 2725 additions and 1201 deletions
|
|
@ -11,6 +11,12 @@ const getValidContributionValues = () => ["0", "5", "15", "30", "50"];
|
|||
|
||||
const memberSchema = new mongoose.Schema({
|
||||
email: { type: String, required: true, unique: true },
|
||||
emailHistory: [
|
||||
{
|
||||
email: { type: String, required: true },
|
||||
changedAt: { type: Date, default: Date.now },
|
||||
},
|
||||
],
|
||||
name: { type: String, required: true },
|
||||
circle: {
|
||||
type: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue