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

Feature/adding association new attributes #364

Merged
merged 9 commits into from
May 30, 2024

Conversation

ntissieres
Copy link
Contributor

Incorporation of the new attributes in the UI :

  • AssociationDetails : Show all related tags in the description page and add a hyperlink to the association url if it has one
  • AssociationViewModel : We can now search association by tags

@ntissieres ntissieres added this to the Milestone 4 milestone May 29, 2024
@ntissieres ntissieres self-assigned this May 29, 2024
@ntissieres ntissieres linked an issue May 29, 2024 that may be closed by this pull request
Copy link
Contributor

@Greenade Greenade left a comment

Choose a reason for hiding this comment

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

Thank you for the work on associations ! I asked for minor changes but otherwise it's looking amazing ! 💯

stringResource(R.string.association_details_contact),
style = MaterialTheme.typography.titleSmall
)
Spacer(modifier = Modifier.height(verticalSpace))
Copy link
Contributor

Choose a reason for hiding this comment

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

This spacer is a bit too big in my opinion

@@ -130,5 +130,6 @@
<string name="authentication_error_email_is_required">Email is required</string>
<string name="authentication_password_too_short">Password must be at least 8 characters</string>
<string name="authentication_error_passwords_do_not_match">Passwords do not match</string>
<string name="association_details_contact">Contact:</string>
Copy link
Contributor

Choose a reason for hiding this comment

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

you should add a space between contact and the column (Contact :)

@ntissieres ntissieres force-pushed the feature/adding-association-new-attributes branch from 5921644 to ad20ae0 Compare May 29, 2024 17:55
@ntissieres ntissieres requested a review from Greenade May 29, 2024 18:05
@ntissieres ntissieres force-pushed the feature/adding-association-new-attributes branch from 7a9bdfb to 86dd57f Compare May 30, 2024 07:35
Copy link
Contributor

@Greenade Greenade left a comment

Choose a reason for hiding this comment

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

Thank you for the changes ! It's perfect now !

@Greenade Greenade enabled auto-merge (rebase) May 30, 2024 07:36
Copy link

@Greenade Greenade merged commit 38c04a0 into main May 30, 2024
2 checks passed
@Greenade Greenade deleted the feature/adding-association-new-attributes branch May 30, 2024 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Incorporation new attributes Association
2 participants