seras42 / feels_app

Apache License 2.0
9 stars 0 forks source link

[Feature request] Add ability to create new diary note for a specific date/time #7

Open BlastboomStrice opened 4 months ago

BlastboomStrice commented 4 months ago

It would be nice if you could set the the date and time for new notes (and/or edit the date-time of previous notes) in case you want to accurately describe past events.

I'm just throwing this as an idea, this app is a nice concept. :)

seras42 commented 3 months ago

Sounds like a good idea and I could definitely see a use in it. Sorry for the late response.

There is already an editing function for notes. It should not be hard to add a button with an edit date function in the editing page that allows you to change the date. I am just not sure if they are sorted again after the note is updated in the dataHandler.dart though.

Right now I am busy with some projects and don't have as much free time. If you would like you could do a pull request with the feature that you suggested. I would gladly merge or offer some help. I also promised some features I have not yet implemented.

As for adding the ability to choose the date when creating a note I think something could be implemented, the date could be displayed on top of the text field. And if you would press on it you could change it. A simple design could be 3 buttons, day/month/year with the current date set on them. Flutter probably has some native thing for choosing a date though.

BlastboomStrice commented 3 months ago

Oh no worries, just wanted to put my ideas here, I'm not really in a rush or anything (and I can't ask much since I can't help much with development, I don't know android app programming and can barely use github for anything other than writing issues or downloading releases😅). Thank you for your effort, looking forward :)