Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Adding milestones
  • Loading branch information
ayush777-hub committed Oct 16, 2025
commit d50def76df6a695c1cc4973e680abedc5f693104
6 changes: 5 additions & 1 deletion src/Backend/Backend.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -18,4 +18,8 @@
<ProjectReference Include="..\Common\Common.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="Docs\" />
</ItemGroup>

</Project>
8 changes: 8 additions & 0 deletions src/Backend/Docs/NextPlanOfAction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Next Plans
1. **Create functions for async updates for Jobs backend**
2. **Integrate Redis for fast retreival**
3. **Notification System upon new Job post arrival**
3.1. **Will require integration to some async framework.**
3.2. **Using Servicebus can be costly might use some other message broker**
4. **Custom tracing framework using Prometheus and Grafana (learning purpose)**
5. **Make the system scalable enough to register a new scraping source easily**