Contributing some features #85
somespecialone
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
I'm not entirely convinced by the first point as any item in items_to_recieve is never going to be our own, but adding actions to item sounds like a good idea to me. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Actually yeah an owner attribute sounds like a great idea, I'll implement this myself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I want to create small project, and need some features, that i can made and do a pull request, but want to ask firstly. I think
trade.Item
class needsowner
attribute/property that must be aclient.User
instance of owner. Why? Trade offers contains received item, inspected item from CSGO can be item not from ours backpack. Also, ontrade.Item
model i needactions
attr which contains actions from data dict - to extract inspect url in csgo-ext. I will do this anyway in my forks, but want to improve/get better your library, so what do you think?Beta Was this translation helpful? Give feedback.
All reactions