-
Notifications
You must be signed in to change notification settings - Fork 124
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
make datepicker popup optional #186
Comments
Hi @ansemjo , thank you very much for your feedback!! (and the kind I agree with all your points. The ui part is really the hardest one Here are some thoughts I had, just for a little background. Note Editor: It never was really clear to me where it belongs. At the The notes are currently not returned with the list views, that's why Main View "folder" Browsing: I'm not sure if I understand. You can Datepicker: Yes, I can feel your pain :) I probably got a bit used to Date Suggestions: The suggestions should show up. There are several Thank you again for your feedback! It is very much appreciated. I will |
Well, you've done a beautiful job so far. :)
I think I would handle notes similarly to Other than that, I think I would always show an area suggesting to add a short description when there is none yet and an edit button within the area itself. When trying docspell out earlier it took me a while to remember I need to click the speech bubble in the bar above it to edit the note.
For lack of document thumbnails in the overview I think it would be useful to have (part of) the note on the card, yes.
What you describe sound like what I mean, yes. I was thinking of something like the clickable "collections" in Outline, I think. This one is low priority for me though because as you rightly say, there is a way to achieve this effect already.
😬 Sounds like a simple CSS fix then.
I don't think this will be a problem. It just occured to me that the suggestions I saw in the documentation never appeared for me yet.
You're welcome! What I said above are only suggestions, of course! :) |
ansemjo <notifications@github.com> writes:
> ..., as I've never been a frontend dev and I know that there are
> many things to improve.
Well, you've done a beautiful job so far. :)
Thanks :) All owed to the magic in semantic-ui ;-)
I think I would handle notes similarly to `README.md`s on GitHub: just
show them in full and let the user decide how "full" to make them.
Maybe if you find a nice module to abbreviate text at sensible places
add a "Read More" link after a few paragraphs, which then expands the
note area to its full length?
Other than that, I think I would always show an area suggesting to add
a short description when there is none yet and an edit button within
the area itself. When trying docspell out earlier it took me a while
to remember I need to click the speech bubble in the bar above it to
edit the note.
I like this idea. I can put it then below the document, because I think
the files are still the most important content. Maybe this could be
configured with a ui-setting. One would need to scroll down then to see
the notes.
For lack of document thumbnails in the overview I think it would be
useful to have (part of) the note on the card, yes. The more I think
about it however .. the text in the note might even be too long
already. It probably needs to be a few words or about two sentences at
most to be useful.
Do you think document thumbnails are worth it? I tried it very early on
and found that most documents just look the same from a distance and the
thumbnails didn't really catch my eyes. I always had to look at the meta
info, in order to find out useful info. So I decided to not include it
in the first place, because it also saves a lot of space (ui and data).
I also think that the notes must be shown in abbreviated form in the
search view.
---
What you describe sound like what I mean, yes. I was thinking of
something like the clickable "collections" in
[Outline](https://www.getoutline.com/), I think. This one is low
priority for me though because as you rightly say, there is a way to
achieve this effect already.
Ah, thanks for the link. Yes this is somewhat what I had in mind.
---
You're welcome! What I said above are only suggestions, of course! :)
Yes and thanks for those :)
|
No, you're probably right. It's not worth it to clutter the gallery view with them. What I rather meant was that there is some space left in these cards. If you're not using that space for a thumbnail you could put a short description there, giving additional context to the document title. |
So regarding datepicker… it wasn't trivial to make it behind a button or optional. So I just fixed the positioning for 0.9.0. I will look for other date-picker components for some later release. The improvement for the notes is now #192; to add the notes to the list view is #201; the tag view improvement is already on my list. afaics this is all from this issue. |
Regarding the date picker: did you consider using the HTML5 date input type? It's supported by all browsers (except IE and the current Safari. The next version will support it and there are poly fills) and provides IMHO the most polished user experience (native look and feel, even on mobile devices, user's localization etc.) |
Well, I haven't :/ but only because I only found out about this html5 datepicker some weeks ago… Yes, this is definitely to consider. It would make it much simpler for me (I hope). Thank you for bringing this up. I think I'm fine with not supporting IE, as it will be eol anyways. When safari has support as well as the major browsers, that would be ok to me (I would prefer to not rely on polyfills). |
First I'd like to congratulate you on this piece of software! It looks really refreshingly simple yet powerful. I've been searching for a simple document management system for home use for a long time.
Anyway. I have a few smaller nitpicks that could be converted into seperate issues at your discretion:
The "Notes" editor is a little weird. It's nice that it supports Markdown but once created, the note doesn't feel well-integrated yet. Why is it highlighted with a greenish colour? And why isn't it used -- at least in an abbreviated form -- for the item card in the "gallery view" when searching for documents?
In the main view I would like to be able to browse by category or tag. I don't want a full "folder"-like implementation. Actually this is probably one of the reasons why it feels so nice and simple, because it doesn't attempt to mimick a file explorer window .. but sometimes I would like to be able to browse by category without a specific search term in mind. (I am aware I can search for a tag without any other search terms and that works but its not quite the same thing.)
Now what this issue is actually about ... the datepicker in the metadata editor is really going on my nerves. 😬
I would really prefer if it were optional and hidden behind a button in the input field or at least would not pop up immediately when there is a manually entered date in the field already.
Or at least don't cover the input field when it does pop up. 😋
2020-07-21
. The parser for this field apparently understands this, so that's nice. That would have been more obvious though if I could enter dates manually more comfortably. 😃(I haven't seen any suggestions yet, possibly because the dates in my documents are formatted in German like
21.07.2020
?)The text was updated successfully, but these errors were encountered: