Skip to content

Conversation

@shamshodisaev
Copy link
Collaborator

@shamshodisaev shamshodisaev commented Jan 21, 2026

Title of Pull Request

Restructure next.js ssr tasks

🤔 This is a

  • ⚙️ Update to an existing task
  • 🔧 Update to an existing module

Description

  • restructure next.js ssr tasks

Additional Information

https://github.com/rolling-scopes-school/tasks/blob/feature/ssr-tasks/react/modules/tasks/nextjs-ssr-ssg.md

Checklist

  • ✅ I have performed a self-review of my own code.
  • 📝 I have commented my code, particularly in hard-to-understand areas.
  • 🔧 I have made corresponding changes to the documentation (if applicable).
  • 🚫 My changes generate no new warnings or errors.

### Feature 1: Application Continuity (**10 points**)

**As a** developer
**I want** the application to function according to previous modules' requirements
Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's explicitly mention exclusion of the Forms module

Copy link
Collaborator Author

@shamshodisaev shamshodisaev Feb 1, 2026

Choose a reason for hiding this comment

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

updated, d349720, 8098781


### Feature 1: Application Continuity (**10 points**)

**As a** developer
Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's add a list of the requirements which one need to implement using justr Next.js (wuthout migrating).

Copy link
Collaborator Author

@shamshodisaev shamshodisaev Feb 1, 2026

Choose a reason for hiding this comment

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

updated here, 1aa20c5
let me know if i've missed anything

Copy link
Collaborator

Choose a reason for hiding this comment

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

Hey!
I'm sorry for a confusion. The main idea was that we don't want students to migrate the app, let them write a new one using NextJS cli instead.


- All links use next-intl createNavigation. [10 points]

### Feature 7: Server-Side Static Requests (**20 points**)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Provide specific requirements about functionality

Copy link
Collaborator Author

Choose a reason for hiding this comment

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


- Search and filter submissions are wired through server actions or server functions, not ad-hoc client-only fetch calls. [5 points]
- Selecting an item for the details panel triggers server-side data fetching for that item (via server component or server function). [5 points]

Copy link
Collaborator

@Margaryta-Maletz Margaryta-Maletz Feb 2, 2026

Choose a reason for hiding this comment

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

Cross-check (score can be less if some parts of the functionality don't work)

Could you please delete score below because these points added in the Acceptance Criteria above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants