Skip to content

Conversation

yvalentin
Copy link
Contributor

No description provided.

@yvalentin yvalentin requested a review from ttdm July 31, 2025 16:51
@yvalentin yvalentin self-assigned this Jul 31, 2025
@yvalentin yvalentin linked an issue Jul 31, 2025 that may be closed by this pull request
2 tasks
Copy link
Contributor

@ttdm ttdm left a comment

Choose a reason for hiding this comment

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

Ok pour cette PR.
C'est un début propre pour le ticket sur les balises meta !

Si je comprend bien, c'était pour toi l'occasion de jeter un coup d'oeil sur le package data et tu as fais quelques corrections/améliorations. Merci pour ça :)

J'ai juste mis une question, sur le fichier AbstractBaserow.
RAS pour le reste, merci pour les améliorations ;)

Comment on lines 29 to 36
protected async _getData<T>(tableId: number) {
return await this._axios.get<BaserowData<T>>(`${this._baseUrl}/database/rows/table/${tableId}/?user_field_names=true`)
}

protected async _getDatum<T>(tableId: number, rowId: number) {
return await this._axios.get<T>(`${this._baseUrl}/database/rows/table/${tableId}/${rowId}/?user_field_names=true`)
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Comment : je dois dire que je ne vois pas trop l'intéret de sortir ce code. Tu peux m'expliquer ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Juste pour simplifier la lecture

@yvalentin
Copy link
Contributor Author

yvalentin commented Sep 1, 2025

  • Ajouter les données des pages statiques (pages listes)
  • Pensez à ajouter les colonnes dans baserow pour la prod
  • Table baserow pour les pages statiques avec colonne (fait, pas fait)

yvalentin and others added 5 commits September 3, 2025 12:30
# Conflicts:
#	libs/data/src/common/baserow/abstractBaserow.ts
- Replaced static titles and descriptions with SEO-specific properties (`seoTitle`, `seoDescription`) across multiple pages.
- Updated Baserow URL construction by removing redundant `_axiosHeader` and `axios` references, leveraging `_axios` instance instead.
- Enhanced type safety by replacing `any` with `unknown` in method parameters.
@yvalentin yvalentin merged commit da005bb into main Sep 4, 2025
12 checks passed
@yvalentin yvalentin deleted the feat/meta-baserow branch September 4, 2025 14:35
@yvalentin yvalentin restored the feat/meta-baserow branch September 8, 2025 13:15
@yvalentin yvalentin deleted the feat/meta-baserow branch September 8, 2025 13:19
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.

Balises méta : titre + description
2 participants