mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[GH-ISSUE #4083] [FR] Time field type #1835
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#1835
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zoli on GitHub (Dec 4, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/4083
Originally assigned to: @zoli on GitHub.
Description
A field type for determining time like 20 minutes, 3 hours, etc. It's useful for task management purposes, To show how much time a task needs or how much I've spent time on the task.
Impact
Users who use the Kanban or grid view for managing tasks or similar stuff.
Additional Context
I would like to implement this my self if its an acceptable feature.
@Xazin commented on GitHub (Dec 4, 2023):
In project management, eg. scrum, you'd most likely be using something similar to
days,t-shirt sizes, orstory points.As these are arbitrary, it's up to the "team" to define what these mean, or how to put down estimations.
I reckon a
Single Select Optionis fine for this purpose.For your specific use-case, you can have some preset time estimates using Single Select Option, eg.
[30 mins, 1 hour, 4 hours, 1 day, 2 days, 1 week, 2 weeks]and another text field with the actual time spent for comparison.If we can come up with a good design for this field type, I believe it would still have value.
@zoli commented on GitHub (Dec 4, 2023):
Thank you for the insights, Mathias.
Maybe for project management that will be fine (not all the cases though). But not for personal task management. Also, it won't work for how much I've spent time. For example, the estimate is 4 hours but I've spent 1.5 and I want to submit it and continue from that later on.
Besides the above notes I also was thinking maybe in the future it will be possible to have time tracking within AppFlowy, I hit a button and it starts tracking time spent on a specific card until I hit the button again. This needs a continuous field instead of STH discrete like Single Select.
Another possible future could be AppFlowy supporting some sort of scripting or functions in Grid cells so it can show the total time that all the tasks in the grid took and the total time the user has spent on tasks or within this week, etc. This also needs a field that stores data as a number.
I was thinking of a field type similar to number field type with some extra display option for showing the time in the frontend (similar to date field display options).
@Xazin commented on GitHub (Dec 4, 2023):
Hmm, I'd love to see this in practice, I can't really come up with an especially good way of visually representing these options, but I'm sure you'll figure something out :D
I've assigned you, maybe this can lead to some more interesting types of fields in the future as well.