Ignore:
Timestamp:
09/18/22 18:09:53 (22 months ago)
Author:
Danilo <danilo.najkov@…>
Branches:
master
Parents:
49b0bbd
Message:

vip functionallity + menu fields + alergens filtering + google/fb login + email queueing

Location:
resTools_backend/backend/Entities
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • resTools_backend/backend/Entities/MenuItem.cs

    r49b0bbd r13f1472  
    77        public string Description { get; set; }
    88        public int Price { get; set; }
     9        public byte[] Image { get; set; }
     10        public bool IsVipOnly { get; set; }
     11        public string Alergens { get; set; }
    912        public virtual Restaurant Restaurant { get; set; }
    1013    }
  • resTools_backend/backend/Entities/User.cs

    r49b0bbd r13f1472  
    1010    public bool IsAdmin { get; set; }
    1111    public bool IsConfirmed { get; set; }
     12    public bool IsVip { get; set; }
    1213    public string? ConfirmationURL { get; set; }
    1314    public DateTime? ConfirmationValidTo { get; set; }
Note: See TracChangeset for help on using the changeset viewer.