Feature Request : Remove a member
Like in SW it should be only possible to remove a member from a group, if the member is settled - otherwise the "X" button should not be clickable.
I think we also need to think about the specifics of this feature. The expenses / activities of the the removed member should be still visible - so a simple "delete user from group" would not solve this. Some ideas: have a new column with NULL or removeTimestamp.
Just some info: I am a very dedicated SW user, but due to the restrictions on the free tier looking forward to migrate me (and then all 20 other peers ;) ) to an alternative solution. I am quite fluent with TS + SQL things, not so much with UI/UX but would not shy away from simple UI things.
@guenzd Are you still interested in helping? The repo is now back in active development and some SQL improvements are under consideration :)
@krokosik in general yes, but the project seemed quite on hold for a long time, will this change?
Yes, I have been given maintainer rights and actively work on the project. However, it's only me and extra help would be very helpful as there is plenty of interesting features to implement, as well as some code refactors to do.
Thanks for the info, if you happen to have a smallish sql related issue I can give it a try :)
If you've worked with SQL stuff, I believe your insight would be very valuable on the DB schema revamp proposed by @FriesischScott in #234. The current codebase relies heavily on data manipulation in TypeScript which I would like to change, but also I'm afraid of messing up people's data, so another set of watchful eyes would be very helpful.