Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions README.es-ES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@


<p align="center">
<img src="/public/img/logo.png" width="200px" height="200px"/>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Añade texto alternativo al logotipo.

La etiqueta <img> de Line 4 no tiene alt. Añade una descripción para que los lectores de pantalla puedan identificar la imagen.

Propuesta
-    <img src="/public/img/logo.png" width="200px" height="200px"/>
+    <img src="/public/img/logo.png" alt="Logotipo de Tiramisu2" width="200px" height="200px"/>
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<img src="/public/img/logo.png" width="200px" height="200px"/>
<img src="/public/img/logo.png" alt="Logotipo de Tiramisu2" width="200px" height="200px"/>
🧰 Tools
🪛 markdownlint-cli2 (0.23.1)

[warning] 4-4: Images should have alternate text (alt text)

(MD045, no-alt-text)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.es-ES.md` at line 4, Añade un atributo alt descriptivo a la etiqueta
img del logotipo en README.es-ES.md para que los lectores de pantalla puedan
identificar la imagen.

Source: Linters/SAST tools


📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Corrige la ruta del logotipo.

src="/public/img/logo.png" es una ruta absoluta. En muchos visores de README, se resuelve desde el dominio raíz y no desde el repositorio. El logo puede aparecer roto. Usa una ruta relativa.

Propuesta
-    <img src="/public/img/logo.png" width="200px" height="200px"/>
+    <img src="public/img/logo.png" width="200px" height="200px"/>
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<img src="/public/img/logo.png" width="200px" height="200px"/>
<img src="public/img/logo.png" width="200px" height="200px"/>
🧰 Tools
🪛 markdownlint-cli2 (0.23.1)

[warning] 4-4: Images should have alternate text (alt text)

(MD045, no-alt-text)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.es-ES.md` at line 4, Corrige el atributo src de la imagen del logotipo
en README.es-ES.md para usar una ruta relativa al repositorio en lugar de la
ruta absoluta /public/img/logo.png, manteniendo intactos sus dimensiones y el
resto del marcado.

</p>

### ¿Qué es tiramisu2?
<p align="center">
Tiramisu2 es un sitio web para buscar o explorar los datos presentes en un juego MMORPG para Android e iOS. No se limita solo a la base de datos del juego; aquí también se incluyen varias herramientas que pueden utilizarse para simular las funciones del mismo.
</p>

## Tecnologías utilizadas
- laravel 8
- livewire
- tabler
- datatable
- sb admin

## ¿Qué incluye?
Tanto los usuarios invitados como los miembros con sesión iniciada pueden utilizar las funciones disponibles. Por supuesto, los usuarios autenticados obtienen acceso a funciones exclusivas.

- [x] Items (type)
- [x] Item
- [x] Monster
- [x] Drops
- [x] Map
- [x] NPC
- [x] Quest
- [x] Appearance
- [x] Element Mob
- [x] Skills
- [x] Registlet
- [x] Emblem
- [x] Quiz
- [x] Background Music
- [x] Food member
- [x] EXP Quest Calculator
- [x] MQ EXP Calculator
- [x] Stating simulator
- [x] Refine Simulator
- [x] Consignboard Calculator
- [x] Potensi Calculator
- [x] Leveling Finder
- [x] Monthly Dye

## Usuarios Autenticados

- [x] Login with fb or twitter
- [x] Update Profile
- [x] Notification
- [x] Write on forum
- [x] Reply Forum
- [x] Save Formula
- [x] Love Formula
- [x] Public food info
- [x] Post gallery photo
- [x] Quiz
- [x] Submit Quiz
- [x] Make Quiz with code
- [x] Contribution Point
- [x] Admin can manage all of the features on Dashboard
- [x] User can make guild
- [x] Guild user has many roles
- [x] User can manage member on their guild

## Pendiente
- [x] Make Guild
- [ ] Recipes
- [ ] and more
Comment on lines +66 to +69

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Corrige el estado de la sección Pendiente.

Line 67 marca Make Guild como completado, aunque aparece bajo Pendiente y ya figura como completado en Line 62. Elimina el duplicado o marca solo las tareas pendientes.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.es-ES.md` around lines 66 - 69, Corrige la lista de la sección
“Pendiente” eliminando la entrada duplicada “Make Guild” ya completada, de modo
que solo permanezcan las tareas realmente pendientes.