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

Pm - files and folders counter - UI improvements #15359

Merged

Conversation

dnenov
Copy link
Collaborator

@dnenov dnenov commented Jun 28, 2024

Purpose

This is a UI-related suggestion. When publishing a package, especially one containing a large number of files and folders, it is important to keep track of the actual number of files created as a result. This PR adds a visual cue to that number (not discussed with anyone on the team yet).

This PR is based on #15314

UI Changes

Bm2fZ0I5vL

image
image

Declarations

Check these if you believe they are true

  • The codebase is in a better state after this PR
  • Is documented according to the standards
  • The level of testing this PR includes is appropriate
  • User facing strings, if any, are extracted into *.resx files
  • All tests pass using the self-service CI.
  • Snapshot of UI changes, if any.
  • Changes to the API follow Semantic Versioning and are documented in the API Changes document.
  • This PR modifies some build requirements and the readme is updated
  • This PR contains no files larger than 50 MB

Release Notes

  • UI update - files and folders counter

Reviewers

@QilongTang
@zeusongit

FYIs

@Amoursol

dnenov added 15 commits June 5, 2024 09:24
- plotting out the publishing process with series of tests
- previously dynamo would add dyf and dll files regardless of the capitalization of the extesion. However
- however, when copying the files this was not respected
- now also copies the files awith upper capitalization
- fixed caps extension issue in preview and remove
- confirm that the original custom definition files will be deleted during the build process
- fixed a few more extension capitalizations
- rework on the way the content structure is recreated (files and folders relationships)
- additional test coverage to assert edge case scenarios
- added visual counter to display the progress when adding files to the package manager
- added text localization for the counter
@dnenov dnenov changed the title Pm retainfolderstructure updates UI Pm - files and folders counter - UI improvements Jun 28, 2024
@Amoursol
Copy link
Contributor

@dnenov looking good! Please do engage with @Jingyi-Wen on the UX of where and how that message manifests.

@QilongTang QilongTang added this to the 3.3 milestone Jun 28, 2024
@QilongTang
Copy link
Contributor

QilongTang commented Jul 2, 2024

hi @dnenov are these draft PRs all depending on #15314 merged first?

@QilongTang QilongTang marked this pull request as ready for review July 3, 2024 18:26
/// </summary>
/// <param name="items">A dictionary of the content items</param>
/// <returns></returns>
internal List<PackageItemRootViewModel> BindParentToChild(Dictionary<string, PackageItemRootViewModel> items)
Copy link
Contributor

@reddyashish reddyashish Jul 11, 2024

Choose a reason for hiding this comment

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

The same file changes are also present in #15360

@dnenov dnenov removed the WIP label Jul 11, 2024
Copy link

github-actions bot commented Jul 11, 2024

UI Smoke Tests

Test: success. 11 passed, 0 failed.
TestComplete Test Result
Workflow Run: UI Smoke Tests
Check: UI Smoke Tests - net8.0

- jingyi discussion
@reddyashish reddyashish merged commit 29ff5e5 into DynamoDS:master Jul 16, 2024
25 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants