So I am making a project management web app in next js with appwrite as my backend. I just wanted to know how many attribute fields should I create for this particular functionality and also how do I get the timestamp of the user when they click on continue.
TL;DR
Question: How many attribute fields should I create for my project management web app using Next.js and Appwrite as the backend? Also, how can I get the timestamp of the user when they click on "continue"?
Solution:
1. The number of attribute fields you should create depends on the specific functionality and data you need to store for your project management web app. Evaluate the information you want to track for each project and create the corresponding attribute fields accordingly.
2. To get the timestamp of the user when they click on "continue," you can use JavaScript's Date object. In your code, you can capture the current timestamp and storeRecommended threads
- database documents relationships
after migrating from 1.7.4 to 1.8, database get document and list documents is getting results but with no relationship values, the relationship attribute will...
- Getting CORS error when accessing websit...
When accessing my website I'm getting: (index):1 Access to font at 'https://assets.appwrite.io/fonts/inter/Inter-Regular.woff2' from origin 'https://mvp-site-ra...
- How to ByPass the Hostname restriction f...
Hello, Im hosting my React application in a stateless server environment, where the IP of the client keeps changing for the server. How do I bypass the hostname...