teri
teri
XXata
Created by teri on 6/27/2024 in #help
I need help with this Django project
it is meant to redirect to the home route (/) and replace the "no links ..." to an actual link created and its other details.
7 replies
XXata
Created by teri on 6/27/2024 in #help
I need help with this Django project
No description
7 replies
XXata
Created by teri on 4/21/2024 in #help
Link to table
The excitement of fulfillment that I have gotten everything I have asked on this platform. It was a difficult one, but I overcame all the issues that came my way. The last thing to do is to put the finishing touch to the app and add one more feature to complete it. Thanks, @tsg and @kostas for guiding and giving me pointers.
11 replies
XXata
Created by teri on 4/21/2024 in #help
Link to table
I'll give it a shot and give you feedback. Thanks
11 replies
XXata
Created by teri on 4/21/2024 in #help
Link to table
how can I get the ID from my linked trips table to be referenced in this code? @kostas @tsg
import { XataFile } from "@xata.io/client"; // Generated with CLI
import { getXataClient } from "./xata";
const xata = getXataClient();

const record = await xata.db.notes.create({
name: "string",
description: "longer text",
rating: 3,
trip: "rec_xyz",
type: "string",
img: XataFile.fromBase64("SGVsbG8gV29ybGQ="),
});
console.log(record);
import { XataFile } from "@xata.io/client"; // Generated with CLI
import { getXataClient } from "./xata";
const xata = getXataClient();

const record = await xata.db.notes.create({
name: "string",
description: "longer text",
rating: 3,
trip: "rec_xyz",
type: "string",
img: XataFile.fromBase64("SGVsbG8gV29ybGQ="),
});
console.log(record);
https://github.com/Terieyenike/track-trip-dashboard-with-xata-next/blob/main/utils/notes-data.js https://github.com/Terieyenike/track-trip-dashboard-with-xata-next/blob/main/app/(custom)/dashboard/note/create/page.js https://track-trip-dashboard-with-xata-next.vercel.app/dashboard/note/create
11 replies
XXata
Created by teri on 4/21/2024 in #help
Link to table
Thanks, @kostas for the resource. I got it, and it worked.
11 replies
XXata
Created by teri on 4/27/2024 in #help
Get one record
I have done it.
12 replies
XXata
Created by teri on 4/27/2024 in #help
Get one record
Yes, you're correct. I am finding it difficult to make it work.
12 replies
XXata
Created by teri on 4/21/2024 in #help
Link to table
Checking it now. Thanks, Kostas.
11 replies
XXata
Created by teri on 3/29/2024 in #help
Route handlers in Next.js
Hey @kostas, I have fixed the issue, and it works without the cors warning. https://track-trip-dashboard-with-xata-next.vercel.app/dashboard
20 replies
XXata
Created by teri on 3/29/2024 in #help
Route handlers in Next.js
Thanks for this, @kostas. I will revert and let you know once I finish the refactoring.
20 replies
XXata
Created by teri on 3/29/2024 in #help
Route handlers in Next.js
20 replies