Missions groups target price calculator systems #191
Open
DevLJSP wants to merge 4 commits intooutpoot:mainfrom
Open
Missions groups target price calculator systems #191DevLJSP wants to merge 4 commits intooutpoot:mainfrom
DevLJSP wants to merge 4 commits intooutpoot:mainfrom
Conversation
Author
|
bump |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's new
(FACEDEV - You can change somethings if you dont like it).
Groups
Users can now create groups, pool funds in a shared treasury, and distribute them to members.
Limits
Creating a group
Costs $150,000 deducted from the creator's balance. The creator is automatically added as owner. Name must be 3–50 characters, description is optional (max 200 characters).
Treasury
The owner can deposit funds into the group treasury at any time. From there, they can either send a specific amount to a single member, or split an amount evenly across all non-owner members at once. Any remainder from uneven splits stays in the treasury.
On disbanding, the remaining treasury balance is returned to the owner before the group is deleted.
Transfer limits
User profiles
Group memberships are now visible on public profiles. The groups section shows every group the user belongs to, with their role (owner or member) and the current member count. Clicking a group card navigates to the group page.
Daily missions — daily rewards with missions
With +18 missions, with 8 random chosed daily missions
Prestige multipliers (rewards are low): ** 0: 1.0,
1: 1.04,
2: 1.22,
3: 2.0,
4: 6.4,
5: 42.0,**
Target price calculator
Choose the target price and calculate how much you need to buy/sell to reach that price.
Admin — group moderation
Admins have a new Manage groups entry in the sidebar dropdown. It leads to
/admin/groups, where admins can:The disband action shows a confirmation modal with a summary of the group before proceeding.
RUN npx drizzle-kit push TO APPLY DATABASE CHANGES
All admin endpoints re-verify admin status against the database on every request rather than trusting session claims alone.
Images:






