-
Notifications
You must be signed in to change notification settings - Fork 49
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
Lending system frontend #4219
base: master
Are you sure you want to change the base?
Lending system frontend #4219
Conversation
ABA-613 Lending system
Backup has requested a lending system, as Abakus has a lot of objects that could be lent out to Ababeads if we just had a good system for it. Arrkom also wants this system to make it easier to administrate Soundboks and grill lending. |
5a81cca
to
96b9d4f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get that it's a WIP but I'm bored
Haha, It's very WIP. How do you think we should do the colors in the calendar? I'm not sure if css variables work there, but now that I think of it I don't believe we tried🤔 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thought I'd give another review on this hehe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here you go
I think the plan was to add some support for contracts, but we can consider a different approach, like you suggest. For now we want to finalize the current functionality and get it merged to master (but disable link to this page) and then iterate on further funtionality like this later in order to avoid to much rebasing and try and get a mvp working. |
import type { Params } from 'react-router-dom'; | ||
|
||
const LendableObjectAdminDetail = () => { | ||
const { lendableObjectId } = useParams<Params>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Bestem0r I see that a lot of comments here have been set as resolved without any changes. Have you pushed everything?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work guys! 😄 I think this is looking really good - sorry for all the nitpicking. We should probably merge it in (squashed) as soon as possible! 🥳
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Description
Result
Testing
Please describe what and how the changes have been tested, and provide instructions to reproduce if necessary.
Resolves ABA-613