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

feat(assorted): Assorted changes for the v1 read only system #86

Merged
merged 90 commits into from
Aug 18, 2023

Conversation

benjaminpaige
Copy link
Collaborator

@benjaminpaige benjaminpaige commented Aug 16, 2023

Purpose

This branch holds various fixes for the read only initial release. The tickets and other issues are shown below.

Linked Issues to Close

https://qmacbis.atlassian.net/browse/OY2-24970
https://qmacbis.atlassian.net/browse/OY2-24832
https://qmacbis.atlassian.net/browse/OY2-24835
https://qmacbis.atlassian.net/browse/OY2-24759

Other questions this answer or fixes:

  • status should reflect the package actions.
  • Details section title should reflect the package type
  • Sub-type and recent submission date needs to be defined
  • Type format is off.
  • Are there onemac records that dont have attachments?
  • if submission source is onemac, should we have attachments
  • submitter field is showing empty for some records, is this right? (yes)
  • reviewing division and additional reviewing values are missed. they do exist in onemac
  • (on dashboard) type should include subtype (initial, new, renewal).

@mdial89f mdial89f changed the title Goblin feat(assorted): Assorted changes for the v1 read only system Aug 18, 2023
@@ -1,9 +1,37 @@
import { z } from "zod";
import { s3ParseUrl } from "shared-utils/s3-url-parser";

export enum ComponentType {
Copy link
Contributor

Choose a reason for hiding this comment

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

@benjaminpaige I think all of this can now be removed, in favor of getting the action type from the seatool data.

@@ -0,0 +1,26 @@
import { ComponentType } from "shared-types";

export const componentLabel = {
Copy link
Contributor

Choose a reason for hiding this comment

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

If this map is still required to make things look nice, we should make sure its updated to reflect what action types (set by seatool) map to what labels. be nice if we could go without it somehow

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes, done and done

@benjaminpaige benjaminpaige marked this pull request as ready for review August 18, 2023 16:24
@benjaminpaige benjaminpaige merged commit 9282170 into master Aug 18, 2023
13 checks passed
@github-actions
Copy link
Contributor

🎉 This PR is included in version 1.4.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants