Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

EditSession page should provide better experience for editing start and end time #103

Description

@DamianEdwards

This is the current experience for editing the start/end time on the EditSession page:

image

It currently relies on the default input field rendering for DateTimeOffset which isn't great, due to issues with the browsers' own pickers not supporting round-trippable formats.

We might have to split the date/time and time-zone offset info into their own input fields with the date/time portion being one, and a time-zone picker being the other, e.g.:

<input name="StartTime.DateTime" type="datetime-local" />
<select name="StartTime.Offset"> ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions