abpframework / abpframework/abp
Create a new `script` section for heading area
Open
Nobody has claimed this yet.
feature
priority:normal
ui-mvc
- Dominant language
- C#
- Stars
- 14.4k
- Forks
- 3.7k
- Avg merge
- 15h 32m
- Merged PRs (30d)
- 106
Description
Currently, @section scripts will be rendered in the end of body.
Sometimes, 3rd party libraries requires to locate their js files before the body, (in the head)
We may create a new section like scripts_head and we can render it in the head.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the implementation of the @section scripts rendering and the layout's head and body sections. Add support for a separate scripts_head section that renders in the head while preserving the existing body rendering, then verify both section behaviors in the relevant tests or sample application.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100