You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first part of this has been completed. A City model was introduced and the required associations wired. Will keep the issue open until the second part is tackled.
@ajaleelp I've been wondering whether it might make sense to store the value of city for a user in the User model instead of in the Fellow model - mainly for ease of editing (#38). I suppose it would be possible to expose the user.fellow.city in the user's edit form conditionally. Not at all sure what all the differences would be in storing city in Fellow vs User. 🤔
Resources under a fellow are associated to his city.
NationalFinanceHead
should be able to add cities and pick the city when creating aFellow
.The text was updated successfully, but these errors were encountered: