-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create view and functionality for creating a new order (FE) #240
Comments
|
|
Few initial comments:
|
@MariusJulius @PlaksoBirgit I noticed that the project creation view in Figma does not have an example of project creation forms where "Start date" and "Start time" fields can be entered (for projects whose type allows these fields). The only examples of these fields I found in Figma are in the "Project manager / Edit project details" view. If the front-end team is aware of this and adds the fields anyway, then this is not a problem. However, if the front-end team is not aware of this, they need to be informed. |
@DanBondarenko thanks for pointing that out! |
This part is added on FE, currently we just show it all the time, but I have a comment in code and a variable for checking it. Currently just not 100% sure what field to check. Assuming it will be "meta.display_start_time" field of the chosen "type_classifier_value". Will add the check, once we get "PROJECT_TYPE" classifiers from BE and I can recheck if it will be this field |
@KaarelKa After discussing this with Markus and Dima, we found that the boolean deciding this will be stored in the |
|
Needs BE review and implementations. |
BE side was fixed, it should work now. |
It's OK |
Wiki - flow
Wiki - order fields
Design - create order
To-do:
The text was updated successfully, but these errors were encountered: