Skip to content
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

Draft proposal for improving FindUnlinkedFilesDialog #5453

Closed
wants to merge 1 commit into from
Closed

Draft proposal for improving FindUnlinkedFilesDialog #5453

wants to merge 1 commit into from

Conversation

cmoralesmx
Copy link
Contributor

Based on the discussion at #4652, findUnlinkedFilesDialog.java will be converted to the MVVM pattern and filtering functionality based on the date of file creation will be added.

The relevant thing to see ATM is the tests defined for the proposed implementation at FindUnlinkedFilesViewModelTest.java


  • Change in CHANGELOG.md described
  • Tests created for changes
  • Manually tested changed features in running JabRef
  • Screenshots added in PR description (for bigger UI changes)
  • Ensured that the git commit message is a good one
  • Check documentation status (Issue created for outdated help page at help.jabref.org?)

This is a draft proposal for #4652

FindUnlinkedFilesDialog.java will be converted to the MVVM pattern.

The relevant thing to see ATM is the tests defined for the implementation at FindUnlinkedFilesViewModelTest.java
import org.jabref.gui.util.FileFilterConverter;
import org.jabref.logic.util.StandardFileType;

import com.sun.star.util.DateTime;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use the java 8 date classes, the LocalDateTime: https://www.baeldung.com/java-8-date-time-intro

@Siedlerchr
Copy link
Member

For creating the FXML we use the Scene Builder: https://gluonhq.com/products/scene-builder/ (java 11+)

@koppor
Copy link
Member

koppor commented Nov 7, 2019

First impression: Looks good. 🎉

@koppor
Copy link
Member

koppor commented Nov 22, 2019

@cmoralesmx Could you add a screenshot please?

@koppor
Copy link
Member

koppor commented Jan 31, 2020

@cmoralesmx I feel sad that there was no follow-up here. I will close the PR. Feel free to reopen the PR when you resume working on the issue.

@koppor koppor closed this Jan 31, 2020
@calixtus calixtus mentioned this pull request Dec 12, 2020
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants