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

CT-14/CT-66 #18

Merged
merged 2 commits into from
Mar 17, 2024
Merged

CT-14/CT-66 #18

merged 2 commits into from
Mar 17, 2024

Conversation

FlavioSabino
Copy link

@FlavioSabino FlavioSabino commented Feb 28, 2024

Cards: Listagem de tatuadores próximos (Android)

  • criar lista de tatuadores próximos
  • Mesclar branch_develop em branch_list-of-nearby-tattoo-artists

android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity

Check warning

Code scanning / SonarCloud

Exported component access should be restricted with appropriate permissions Medium

Implement permissions on this exported component. See more on SonarCloud
@FlavioSabino FlavioSabino changed the title Feature/list of nearby tattoo artists CT-14/CT-66 Feb 29, 2024
Copy link

sonarcloud bot commented Mar 15, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

package br.com.connectattoo.data

data class NearbyTattooArtists(
val tatto: String? = null,
Copy link
Contributor

Choose a reason for hiding this comment

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

Se atente as ocorrências dessa palavra tatto, o correto seria tattoo

Copy link
Contributor

@natanaelsc natanaelsc left a comment

Choose a reason for hiding this comment

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

Se atenta aos erros ortográficos e adoção da utilização de imagens do tipo svg.

@natanaelsc natanaelsc merged commit 2bec847 into develop Mar 17, 2024
2 checks passed
@natanaelsc natanaelsc deleted the feature/list-of-nearby-tattoo-artists branch March 17, 2024 16:24
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.

2 participants