-
Notifications
You must be signed in to change notification settings - Fork 71
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
(feat) save encounter orders #151
Conversation
/** | ||
* Order handler | ||
*/ | ||
export const OrderSubmissionHandler: SubmissionHandler = { |
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.
@jabahum, I'm concerned that this file may grow to a point where it will be challenging to maintain. Could you consider introducing these handlers in their own file?
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.
this is noted let me move this to another file
89bb6cb
to
515f958
Compare
@jabahum since @CynthiaKamau is working on this task now wouldn't it be better to close this one? cc: @samuelmale |
Requirements
Summary
Screenshots
Related Issue
Other