-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redefine models #12
Comments
update everyone if you make changes here |
if we have optional fields, we need to decide how to handle |
Updated original comment with more changes |
Update original comment for changes regarding Here's another related post: https://stackoverflow.com/questions/51716808/when-use-a-interface-or-class-in-typescript |
We should also consider moving |
After some discussion and consideration, I think the move might be to go with TypeScript interfaces over classes. |
A good(?) idea by @kira-segenchuk could be having a global |
We need to redefine our models
General
tag
attribute for type checkingschema
attribute so we can query on specific versions of interfaces/classesFurniture
comments
sectionFClass
Donor
address
: street address, city, state, zip code - this is mainly to make edit UI more intuitive and can be used for filteringzone
Timing
consider Firebase's usage ofTimestamp
typetemporarily addressed in commit acf2d88The text was updated successfully, but these errors were encountered: